

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF  repeat-x;
	
	
}


#mix {position: 
absolute;
left: 150px;
margin: 0;
padding: 0;
top:0px;
}

#leftcontent { position: 
absolute;
left:10px;
top:0px;
width:120px;
background:#FFFFF1;
border:1px 
solid darkblue;}

#centercontent { 
 
top:80px;
background:#FFFFFF;

margin-top:80px;
border:0px 
solid darkblue;
}




#rightcontent { position: 
absolute;
right:30px;
top:177px;
width:120px;
background:orange;
border:1px 
solid darkblue;}