/* CSS Document */
html, body {
background-color: #000;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
margin: 0px 0px 0px 0px;
line-height: 12px;
color: #ffffff;
height: 100%; 
margin: 0; 
padding: 0; 
}

#header {
	width: 800px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 0;
}

#headerBox_01 {
	background-image:url(img/bg.gif);
	background-repeat:repeat;
	text-align: left; 
	float: left;
	margin-right: 10px;
	width: 380px;
}

#myContent {
	z-index: 1;
	text-align: center;
}

a {color: #ffffff;
	text-decoration: none;
	text-align: left;
	background-color: #33CC66;
}

a:hover {text-decoration: none;  
	background-color:#FFFFFF;
	color:#000000;
}

a:active{
	text-decoration: none;
}

.normal{
	background-color: #000000;
}
