*{
margin:0px;
padding:0px;
}
html{
	background:white;
}
body{
background:green;
height:900px;
width:1600px;
margin:10 auto;
}
#header{
	background:red;
	height:50px;
	width:100%;
	padding-top:35px;
}
#nav{
	background:black;
	height:30px;
	width:100%;
}
#container{
	background:green;
	height:670px;
	width:100%;
}
#footer{
	height:100px;
	width:100%;
	color:red;
	 text-align:left;
	 padding-left:800px;
	 padding-top:520px;
}
#lftbx{
	background:orange;
	height:95%;
	float:left;
	width:5%;
}
#rtbx{
	background:silver;
	height:95%;
	float:right;
	width:95%;
}
#navul{
	list-style-type:none;
    display:inline;	
	padding-left:15px;
	padding-right:15px;
	line-height:50px;
	color:white;
}
#navul li a{
	text-decoration:none;
        color:white;
}
#navul li a:hover{
	    color:yellow;
}
#logotxt{
color:white;
padding-top:50px;
padding-bottom:50px;
height:50px;
}
#logotxt h1{
	font-size:40px;
	padding-top:25px;
}
#logo{
	width:80%;
	height:86.5;
}