@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Verdana;
	background: #fff url(../images/bg_body.jpg);
}

#page-container {
	width: auto;
	margin: auto;
}


#main-container {
	width: 946px;
	margin: auto;
}


#image_1{
background: #ffffff url(../images/index_img1.jpg) no-repeat;
height:100px;
background-position:center;
background-position:bottom;

}

#image_2{
background:url(../images/index_img2.jpg);
height:433px;
}

#image_3{
background: #ccdcaf url(../images/index_img3.jpg) no-repeat;
background-position:center top;
padding-top:15px;
height:300px;
}

#enter{
text-align:center;
padding-top: 90px;
}

a.enter:link {color: #3e3f39; font-size:12px; text-decoration: none; }
a.enter:visited {color: #3e3f39; font-size:12px; text-decoration: none; }
a.enter:hover {color: #bc2e16; font-size:12px; text-decoration: underline; }
a.enter:active {color: #bc2e16; font-size:12px; }