
body
{
	background-color: #000000;
	text-align: center;
	height: 100%;
}

div#centered 
{ 
	width: 50%; 
	height: 50%; 
	left: 25%; 
	top: 25%; 
    position: absolute;
    background-color:#000000;
}
div#centerbottom
{ 
	width: 80%; 
	height: 40px; 
	left: 10%; 
	top: 85%; 
    position: absolute;
    background-color:#000000;
}
a#noborder
{
  outline: none;
}