

* General Pre Settings

*

*/

* { margin: 0; padding: 0; }

img { border: none; }

ul, ol, dl { list-style: none; }

a { text-decoration: none; }







/*

* STRUCTURE

*

*/

html, body {

	height:100%;

}



body {

	font-family: Arial, Verdana, Helvetica, sans-serif;

	text-align: center;

	background-color: #f6f5f0;

	background-image: url(../images/htg_body.gif);

	background-position: left top;

	background-repeat: repeat-x;

}







/*

* MAIN

*

*/

#distance {

	float: left;

	height: 50%;

	margin-bottom: -300px;

	width: 1px;

}



#container {	

	clear: left;

	position: relative;

	margin: 0 auto;

	background-image: url(images/bg.jpg);

	background-position: left top;

	background-repeat: x;

	}





	

