#main {
	margin:0 auto;
	width:840px;
	background-image: url(images/bigbground.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
}

#header{height:363px}

.col_1, .col_2, .col_3{ float:left;}

/*======= index.html =======*/
#page1 #content .col_1 {
	width:302px;
	height: auto;
}
#page1 #content .col_2 { width:498px;}

/*======= index-1.html =======*/
#page2 #content .col_1 {width:302px;}
#page2 #content .col_2 { width:498px;}

/*======= index-2.html =======*/
#page3 #content .col_1 {width:763px;}
/*=========================*/


#footer{height:52px}
