@charset "UTF-8";

a:link {
	font-weight: normal;
	color: #ADA748;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #ADA748;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #386713;
	text-decoration: none;
}
body {
	margin: 0px;
	background-image: url(../intro/intro-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
#container {
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width:1000px;
	height: 768px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../intro/main.jpg);
	background-repeat: no-repeat;	
}
#button1{
	width: 108px;
	height: 26px;
	float: left;
	margin-top: 60px;
	margin-left: 280px;
	display: inline-table;
}
#button2{
	width: 108px;
	height: 26px;
	float: left;
	display: inline-table;
	margin-top: 60px;
	margin-left: 245px;
}
.main-wrapper {
	background-color: #FFF;
	text-align: center;
	vertical-align: top;
}
.right-frame {
	width: 127px;
	background-image: url(../images/backgroind_right.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
#main {
	width: 736px;
	padding-top: 31px;
}
#bottom {
	background-color: #2E2A2B;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
	color: #CCC;
	height: auto;
	background-image: url(../images/background_m.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	clear: left;
	padding-top: 5px;
}
