/* CSS Document */

body, html{
	overflow-x: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	overflow:-moz-scrollbars-horizontal-none;
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background-image: url(../images/bkg.gif);
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
}

#main {
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:425px;
	margin-left:-399px;
	margin-top:-211px;
}

#secontent  {
	position: absolute;
	top: -807px;
	left: -975px;
	width: 888px;
	height: 134px;
	visibility: hidden;
	display: block
}

#topbkg {
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:52px;
	margin-left:-399px;
	margin-top:-256px;
	background-image: url(../images/main_topbkg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#btmbkg {
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:52px;
	margin-left:-399px;
	margin-top:207px;
	background-image: url(../images/main_btmbkg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

