body {
	background-color : #000;
    background-image: url(images/bg.jpg); 
    background-repeat : no-repeat;
    background-position : center;
    background-attachment: fixed;
	margin-top : 100px;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: red;
}

.main {font-size: 72px; color: #a7fffe; font-family: Arial;}
.tb {height: 204px; background-image: url(images/bg_hm_banners.png); }
.header {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #ffffff;}

