body {
	background: url('img/bg.jpg');
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-position:top center;
	background-repeat: repeat-y;
}

div#buttons {
	background: url('img/sub.jpg');
	width: 900px;
	height: 43px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

div#ff {
	background: url('img/ff.jpg');
	width: 900px;
	height: 208px;
	margin-top: 0px;
	padding: 0px;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

div#sub {
	background: url('img/sub.jpg');
	width: 900px;
	height: 49px;
	margin: 0px;
	margin-top: -5px;
	padding: 0px;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

div#subitems {
	width: 900px;
	height: 49px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	font-size:15px;
	text-decoration: bold;
	line-height: 14px;
	color: #FFFFFF;
}

div#bt {
	background: url('img/bt.jpg');
	width: 900px;
	height: 43px;
	margin-top: 0px;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

div#content {
	background-repeat: repeat-y;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 800px;
	height: 150px;
	text-align: left;
	padding: 0px 0px 0px 0x;
}

div#contenttext {
	margin-top: 0px;
	margin-left: 10px;
	width: 800px;
	height: 200px;
	font-family: Verdana;
	font-size:12px;
	line-height: 16px;
	color: #000000;
}

H1 {
	font-family: Verdana;
	font-size:16px;
	text-decoration: underline;
	line-height: 16px;
}

TD {
	font-family: Verdana;
	font-size:12px;
	line-height: 16px;
	color: #000000;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

a 
{text-decoration: none}	

