/* Main */

body {
	font-family:Arial, Verdana;
	color:#555555;
	background-color:#fce78c;
	background-image: url(images/bg_home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:12px;
	padding:0px;
	margin:auto;
	text-align:center;
}

a:link, a:visited, a:active {
	color:#555555;
	text-decoration:underline;
	outline: none;
}

a:hover {
	color:#555555;
	text-decoration:none;
	outline: none;
}

img {
	border:0px;
	margin:0px;
}

ul {
	list-style:square;
	padding-left:25px;
}

/* Wrapper */

#wrapper {
	position:relative;
	width:974px;
	height:588px;
	background-image: url(images/home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:0px;
	margin:auto;
	top:128px;
	text-align:left;
}

#wrapper p {
	padding:3px 0px 12px 0px;
	margin:0px;
}

/* Main Box */

#main_box {
	position:relative;
	border:0px;
	padding:0px;
	margin:0px;
	text-align:left;
}

#main_box h1 {
	color:#222222;
	padding:0px;
	margin:0px;
	font: normal normal normal 35px 'KaiTi', 'Century Gothic', Helvetica, Arial, sans-serif, Verdana;
}

#main_box a {
	color:#000000;
	text-decoration:none;
}

#main_box a:hover {
	color:#222222;
	text-decoration:none;
}

#main_box .button {
	position:absolute;
	top:459px;
	left:94px;
	width:200px;
	height:79px;
	background-color:#fce78c;
	padding:0px;
	margin:0px;
	cursor:pointer;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

#main_box .button_over {
	position:absolute;
	top:459px;
	left:94px;
	width:200px;
	height:79px;
	background-color:#fce78c;
	padding:0px;
	margin:0px;
	cursor:pointer;
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#main_box .button2 {
	position:absolute;
	top:459px;
	left:386px;
	width:200px;
	height:79px;
	background-color:#fce78c;
	padding:0px;
	margin:0px;
	cursor:pointer;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

#main_box .button2_over {
	position:absolute;
	top:459px;
	left:386px;
	width:200px;
	height:79px;
	background-color:#fce78c;
	padding:0px;
	margin:0px;
	cursor:pointer;
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#main_box .button3 {
	position:absolute;
	top:459px;
	left:681px;
	width:200px;
	height:79px;
	background-color:#fce78c;
	padding:0px;
	margin:0px;
	cursor:pointer;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

#main_box .button3_over {
	position:absolute;
	top:459px;
	left:681px;
	width:200px;
	height:79px;
	background-color:#fce78c;
	padding:0px;
	margin:0px;
	cursor:pointer;
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#main_box .button_in {
	position:relative;
	width:200px;
	height:79px;
	padding:30px 0px 0px 14px;
	overflow:hidden;
}

/* Extra */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

