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

div#menuc {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 901px;
	margin-top: 0px;
}

div#menub {
	position: relative;
	width: 901px;
	margin-left: 0px;
	margin-top: -4px;
	padding: 0px 0px 0px 0px;
}

div#content {
	background-repeat: repeat-y;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	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: Tahoma;
	font-size:12px;
	line-height: 16px;
	color: #FFFFFF;
}

div#ctleft {
	margin-top: 0px;
	margin-left: 10px;
	width: 480px;
	height: 200px;
	font-family: Tahoma;
	font-size:12px;
	line-height: 16px;
	color: #FFFFFF;
	float: left;
}

div#ctright {
	margin-top: 0px;
	margin-left: 10px;
	width: 300px;
	height: 200px;
	font-family: Tahoma;
	font-size:12px;
	line-height: 16px;
	color: #FFFFFF;
	float: right;
}

H1 {
	font-family: Tahoma;
	font-size:18px;
	text-decoration: underline;
	line-height: 15px;
}

H2 {
	font-family: Tahoma; 
	font-size: 10pt;
	line-height: 10px;
	color: #FFFFFF;
}

TD {
	font-family: Tahoma; 
	font-size: 10pt;
	line-height: 15px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

a 
{text-decoration: none}	

