body{
margin:0px;
margin-top: 40px;
background:#04477C;
}

#conter{
	background-color:#B0C4DE;
	border:0px solid #aaa;
	width:900px;
	margin:auto auto;
}

#left{
     float:left;
     background-color:#123456;
     width:900px;
     margin:0px auto;
}
#header{
        float:left;
	width:100%;
	height:50px;
	background-color:#990000;
        text-align:left;
}
#line{
float:left;
margin:2px 0px 2px 0px;	
        width:100%;
        height:25px;
        background-color:#ffffff;
}
#main{
margin:4px 0px 4px 0px;
        float:left;	
        width:100%;
height:250px;
        background: url(home.gif);
}
#down{
margin:2px 0px 2px 0px;
        float:left;	
        width:100%;
        height:60px;
        background-color:#ffffff;
}
#float{
        float:left;
	width:100%;
	height:60px;
	background-color:#990000;
	font-size: 10pt;
        color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
