/* CSS Document */

* { 
	margin: 0;
}
html, body {
/*	background-color: #130807;*/
	background-color: #8F7C68;
	/*margin: 0px;*/
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	width: 100%;
	line-height: 17px;
	/*height: 100%;*/
}
a:link {
	color: #ffffff;/*ffffff*/
	text-decoration: none;
}
a:visited {
	color: #ffffff;/*ffffff*/
	text-decoration: none;
}
a:hover {
	color: #ff53b0;/*cccccc*/
	text-decoration: none;
}
a:active {
	color: #fff;/*993300*/
	text-decoration: none;
}
#Page {
	height: 558px;
	width: 100%;
	/*position:fixed !important;*/
	position:absolute;
	top:50%;
	margin-top:-279px;
	text-align: center;
	min-width: 1000px;
}
#xxxxxxxxxxxxxxxxxxx1 {
}
#Nav {
	height: 40px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#Navigator {
	margin-right: auto;
	margin-left: auto;
}
#xxxxxxxxxxxxxxxxxxx2 {
}
#Filet {
	background-color: #8F7C68;
	height: 5px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	/*min-width: 1000px;*/
	background-image:url(../images/line1.gif);
}
#Filetb {
	background-color: #8F7C68;
	height: 5px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	/*min-width: 1000px;*/
	background-image:url(../images/line2.gif);
}
#Copyright {
	/*height: 18px;*/
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	color: #ccc;/*eeeeee*/
	overflow: hidden;
	line-height: 12px;
}
#Copyright a:link, #Copyright a:visited {
	color: #ccc;
	text-decoration: underline;
}
#Copyright a:hover {
	color: #fff;
	text-decoration: none;
}
#noscript {
	font-size: 12px;
	position: absolute;
	left: 60px;
	top: 60px;
	text-align: left;
	width: 400px;
}
