@charset "utf-8";
/* CSS Document */

body {     
background: url(../012.JPG) no-repeat center center fixed;
    /**for Safari,Chrome**/
    -webkit-background-size: cover; 
    /**for Firefox**/
    -moz-background-size: cover; 
    /**for Opera**/
    -o-background-size: cover; 
    /**for other browsers**/
    background-size: cover;
} 
#container {
	width: 968px;
	height: 1160px;	
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#header {
	width: 968px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #C90;
	text-align: center;
	vertical-align: middle;
	background-image: none;
}
#main_image {
	width: 968px;
	height: 500px;	
}
#left_column {
	width: 306px;
	height: 400px;
	text-align: center;
	float: left; 	
	background: #FFF;
}
#middle_column {
	width: 336px;
	height: 400px;
	text-align: center;
	float: left;
	margin-left: 10px;
	background: #FFF;
}
#right_column {
	width: 306px;
	height: 400px;
	text-align: center;
	float: left;	
	margin-left: 10px;
	background: #FFF;
}
#footer {
	width: 968px;
	text-align: center;
	height: 240;		
}
