html, body {
	height: 100%;
	background-color:#000;
}

a:link       {color: #ccff00; text-decoration:underline;}
a:visited    {color: #336699; text-decoration: underline;}
a:active     {color: #666666; text-decoration: underline;}
a:hover      {color: #006600; text-decoration: none;}


#redesign {
	width: 400px;
	height: 200px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px; 
	margin-top: -100px; 
	font-family: arial, helvetica, sans serif;
	font-size: 16pt;
	color: #FFFFCC;
	font-weight: bold;
}
