html
{
	height:100%;
	margin: 0px;
	padding:0px;
	border:none;
}
body
{
	
	margin: 0 auto;
	margin:0px;
	padding:0px;
	background-color:#111111;
}	


#main
{
	position:relative;
	width:882px;
	margin:0 auto;
	height:563px;
	padding: 0px;
	background:url("/img/main.jpg");
}

#infa
{
	position:relative;
	line-height: 1.5;
	left:130px;
	top:275px;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#928964;
}

#menu{
	position:relative;
	height:36px;
	top:345px;
	left:20px;
}

.menu1{
	position:relative;
	float:left;
	left:145px;
	height:52px;
	width:183px;
	margin-top:55px;
}

.separator{
	position:relative;
	float:left;
	left:184px;
	height:30px;
	width:30px;
	border-left:1px solid #dbdbdb;
	margin-top:60px;
}

.menu2{
	position:relative;
	float:left;
	left:194px;
	height:52px;
	width:314px;
	margin-top:55px;
}
#bottom{
	text-align:justify;
	position:relative;
	top:60px;
	margin:0 auto;
	width:987px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#928964;
}

/*.link1{
	width:180px;
	height:41px;
	border:1px solid red;
}

a:link {
	color:#ffffff;
	/*background:url("img/option1.jpg");
}
.menu1 a:hover{
	color:#dddddd;
    /*background:url("img/option1_active.jpg");
}*/

.linkkkk1:link, .linkkkk1:visited {
	background:url("/img/option1.jpg");
	display:block;
	height:52px;
	width:183px;
	border:none;
	text-decoration:none;
}

.linkkkk1:hover {
	background:url("/img/option1_active.jpg");
	display:block;
	height:52px;
	width:183px;
	border:none;
	text-decoration:none;
}

.linkkkk2:link, .linkkkk2:visited {
	background:url("/img/option2.jpg");
	display:block;
	height:52px;
	width:314px;
	border:none;
	text-decoration:none;
}

.linkkkk2:hover {
	background:url("/img/option2_active.jpg");
	display:block;
	height:52px;
	width:314px;
	border:none;
	text-decoration:none;
}