@charset "utf-8";
/* CSS Document */

body {
	background:url('sub_bg.jpg') no-repeat scroll 50% 0pt;  
	width:100%;  
	background-color:#cad6dd; 
	position:relative;
}

#main {
	top:0px; 
	left:0px; 
	margin-left:auto; 
	margin-right:auto; 
	width:960px; 
	position:relative;
}

.content {
	float:left; 
	width:960px;  
	
	background-repeat: repeat-y;
	background: url('http://www.themilago.com/images/content_bg.png');
}


img, div { behavior: url('/include/style/iepngfix.htc') }

.leftChannel {
	float:left; 
	width:40px;
}

.centerChannel {
	float:left;
	width:880px;
	background-color:#FFF;
}

.rightChannel {
	float:left; 
	width:40px;
}
