html { 
   height:100%;
   width:100%;
} 
body { 
margin:0; 
padding:0; 
height:100%; 
}

div#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -400px;
	width: 800px;
	height: 250px;
	background-position: top center;
	background: url(images/blank.gif) #FFF;
	background-repeat: no-repeat;
}
div#text {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
	width:200px;
	height:50px;
	
}
.typo{
font-family: Arial, "MS Trebuchet", sans-serif;
font-stretch:semi-condensed;
font-size: 11pt;
color: rgb(255,255,255);
text-align: left;
text-decoration: none;

}
a:link { color: rgb(0,0,0);text-decoration: none; }   
a:visited { color: rgb(0,0,0); text-decoration: none;}
a:hover { color: rgb(100,100,100);text-decoration: underline; }
a:active { color: rgb(0,0,0); }
a:focus { color: rgb(0,0,0); }