html {
height: 100%;
margin: 0;
padding: 0;
}

* {
margin: auto;
padding: 0;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	background:url(images/bg.jpg);
	background-position:center;
	background-position:inherit;
	background-color: #FFFFFF;
	color:#FFFFFF;
	height:100%;
}


.txt { color:#666; font-size:10px; font-weight:bold; }

#fs { height:100%; position:relative; }

#hs { width:640px; height:400px; position: relative; top:50%; margin-top:-200px; }

