@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0; border: 0;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:#9E7F53;
	margin: 25px 0 0 0;
}

#continer {
	position:relative;
	background:url(../images/rb-bg.jpg) no-repeat;
	width:900px;
	height:500px;
	margin: 0 auto;
}





.aac {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/aac-btn-over.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 173px;
	height: 66px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	left: 128px;
	top: 214px;
}

.aac a {

	display: block;
	color: #000000;
	font-size: 12px;
	width: 173px;
	height: 66px;
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0px;

}

.aac img {

	width: 173px;
	height: 66px;
	border: 0;

}

* html a:hover {

visibility:visible

}

.aac a:hover img {

visibility:hidden

}






.mp {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/mp-btn-over.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 173px;
	height: 66px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	left: 596px;
	top: 214px;
}

.mp a {

	display: block;
	color: #000000;
	font-size: 12px;
	width: 173px;
	height: 66px;
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0px;

}

.mp img {

	width: 173px;
	height: 66px;
	border: 0;

}

* html a:hover {

visibility:visible

}

.mp a:hover img {

visibility:hidden

}


.siteinfo {
	margin: 10px 0 0 0;
	text-align:center;
	font-size:11px;
	letter-spacing:.4em;
	
	
}


.siteinfo a:link {

	color:#000;
	text-decoration:none;
}

.siteinfo a:visited {

	color: #FFF;
	text-decoration:none;
}

.siteinfo a:hover {
	color:#FFFFFF;
	background-color:#000;
	text-decoration:none;
}

.siteinfo a:active {
	color:#FFFFFF;
	text-decoration:none;
}