@charset "UTF-8";
/* CSS Document */

.wrapper{
	width:500px;
	margin:0px auto;
	height:500px;
	padding:100px 0px 0px 0px;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	text-align:center;
	font-weight:bold;
}

a{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;	
	font-weight:normal;
}
a:hover{
	text-decoration:underline;
}
