html{
	width: 100%;
	height: 100%;
	overflow: auto;
}
body {margin: 0px;width: 100%;height: 100%;background: #f2f2d0;color: silver; font: 10px Verdana, Tahoma, Arial;margin: 0em;color:#FFFFFF;	/*overflow: auto;*/}
a:link { font: bold 8pt Trebuchet MS, Verdana, Tahoma, Arial;text-decoration: none; color: #990000;}
a:visited {font: bold 8pt Trebuchet MS, Verdana, Tahoma, Arial;text-decoration: none; color: #990000;}
a:hover {font: bold 8pt Trebuchet MS, Verdana, Tahoma, Arial;text-decoration: underline; color: #ff0000;}
a:active {font: bold 8pt Trebuchet MS, Verdana, Tahoma, Arial;text-decoration: none; color: #990000;}

#bdy{
	position: relative;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFEE;
	background: url('images/site/great_background.gif') no-repeat center center;
	overflow: hidden;
	visibility: hidden;
}
#cont{
	position:absolute;
	left:0px;
	top:40%;
	width:100%;
	font-weight: bold;
	font-family:Times New Roman, Segoe UI, Trebuchet MS, Verdana, Tahoma, Arial;
	text-align:center;
	color:#000000;
	overflow:hidden;
}
#TopDiv{
	position: absolute;
	width: 100%;
	height: 20%;
	left: 0px;
	top: -1000px;
	border-bottom: 4px solid #f5ec61;
	background: #724009 url("images/img/ma.gif") repeat-x center;
	z-index: 2;
}

#BottomDiv{
	position: absolute;
	width: 100%;
	height: 20%;
	left: 0px;
	top: 3000px;
	border-top: 4px solid #f5ec61;
	background: #724009 url("images/img/ma.gif") repeat-x center;
	z-index: 2;
}
#SkipDiv{
	position: absolute;
	width: 100%;
	text-align:right;
	top:75%;
	left:0px;
	padding-right:10px;
}
#SkipDiv2{
	position: absolute;
	width: 100%;
	text-align:right;
	top:77%;
	left:0px;
	padding-right:10px;
}
#SkipDiv a{
	color: #CCCCCC;
	font-weight: bold;
}
#SkipDiv a:hover{
	color: #AAAAAA;
	font-weight: bold;
}
#SkipDiv2 a{
	color: #CCCCCC;
	font-weight: bold;
}
#SkipDiv2 a:hover{
	color: #AAAAAA;
	font-weight: bold;
}

