html{
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
	background-color: #000000;
/*	background-image: url(../images/bck_hm.gif);
	background-repeat: no-repeat;
	background-position: center top;
*/}


#main {
	width:1280px;
	height:800px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;


}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
