body  {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	background: #000000;
	margin:0px;
	padding:0px;
	letter-spacing: 1px;
	word-spacing: 2px;
	
}
p  {
    margin-top:25%;
   }
	
div.main {
	position:absolute;
	top:50%;
	margin-top:-250px;
	height:500px;
	width:100%;
	background: #394044;
	right: 0px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

.note {
   color: #000000;
   }
