﻿body {
}
#mainWap{
	width: 1024px;
	margin: 0 auto;
}
#header{
    /*background: green;*/
	margin-bottom: 10px;
	padding: 0px;
}
#left{
	     border-style: solid;
		border-color: inherit;
		float: left;
			width:  460px;
	     	padding: 10px;
	     	min-height:180px;
	     	border-width:1px;
	     	background-color:#99CCFF;
		clear:both;
		height: 180px;
}
#body{
	     float: left;
	     padding: 0px;
	     min-height: 200px;
	     clear:both;
	     
}
#view_in{
	     float: left;
	     padding: 0px;
	     min-height: 200px;
}
#right{
	    float: right;
	    width: 700px;
	    padding: 10px;
	    background: #e4e4e4;
	    min-height: 450px;
}
#footer{
	    /*background: green;*/
	    margin-top: 10px;
	    padding: 0px;
	    width: 1024px;
	    margin: 0 auto;
}
.clr{clear: both;}

#center
{
		margin: 0 auto;
		position:relative;
	    width:  450px;
	    background:#e4e4e4;	    
	    /*background: #f98000;*/
	    padding: 10px;
	    min-height: 200px;
	    border:solid;
	    border-width:1px;
	    /*lam tron goc*/	    
	    -moz-border-radius: 15px !important;
		-webkit-border-radius: 15px !important;  
		
}

#round {
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
width:250px;
height: 250px;
background:#e4e4e4;
border-color:#DEDEDE;
}
.round-content {
padding: 10px;
}
