#main {width:980px; height:750px; margin:0 auto; position:relative; background:url(images/main-bg.jpg) no-repeat left 8px;}
#main.splash {
	background:url(images/splash-bg.jpg) no-repeat left 8px;
	height: 750px;
}

#header {height:205px; position:relative;}
#header, #content, #footer { font-size:0.5625em;}

#content { height:509px;}
.splash #content {
	height:714px;
}

.col-1, .col-2, .col-3 { float:left;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:166px; margin-right:8px;}
#page2 #content .col-2 { width:406px; margin-right:20px;}
#page2 #content .col-3 {
	width:427px;
}

/*======= index-2.html =======*/
#page3 #content .col-1 {
	width:406px;
	margin-right:25px;
}
#page3 #content .col-2 {
	width:406px;
	background-color: #191919;
}

/*======= index-4.html =======*/
#page5 #content .col-1 {
	width:448px;
	margin-right:20px;
}
#page5 #content .col-2 {
	width:320px;
	margin-right:22px;
}
#page5 #content .col-3 { width:241px;}
/*=========================*/


#footer {
	height:36px;
	position:relative;
}

