body {
	margin: 0; 
	padding: 0;  
	background: #1f2161;
	}
            

div.main-box {
position:relative;
width:999px;
margin:0 auto;
overflow:hidden;


}
div.top-box {
clear:both;
height:123px;
text-align:center;


}
div.footer-box {
clear:both;

text-align:center;


}
div.center-box {
position:relative;
width:100%;
left:25%;


}
div.reset-box {
position:relative;
width:100%;
left:100%;
margin-left:-25%;
}
div.right-box {
position:relative;
width:100%;
margin-left:-115px;
left:-7px;
}
div.content-box {
position:relative;
width:100%;
left:120px;
margin-left: -100%;

}
div.left {
float:left;
width:178px;
text-align:center;
margin-left: 2px;
}
div.right {
float:right;
width:120px;
text-align:left;

}
div.center {
margin-left:195px;
margin-right:130px;
padding-left:1px;
padding-right:1px;


}
* html div.center {
height:1%;
margin:0;
}
* html div.left {
margin-right:-8px;
}
* html div.right {
margin-left:-3px;
}
.clearfix:after {
content: "."; 
display: block;
height: 0px;
clear: both; 
visibility: hidden;
}
.heightfix:before {
content:'.';
display:block;
visibility:hidden;
height:0;
}


