body {
  background-color:#010101;
  margin: 0;
  padding: 0;
  
}
a:link {
	color: #6A6A6A;
	text-decoration: none
}

a:hover {
	color: #9D9D9D;
	text-decoration: underline
}

a:visited {
	color: #303030;
	text-decoration: none
}
div, img, a {
float: left;
}
img {
border: 0;
}
.center {
float: right; 
}
#mainCenter{
margin: 100px 0;
width: 232px; 
}
#startBtn{
width: 232px; 
float: right;
}
#requirBox{
width: 232px; 
float: right; 
font-family: tahoma; 
margin: 30px 0; 
font-weight: normal; 
font-style: normal; 
font-size: 8pt; 
color: #303030;
}