/* CSS Document */
body{
	font-family: Verdana, Helvetica,Arial,sans-serif;
	color:#333;
}

p{
	text-align:center;	
	margin:15px;
 }

a, a:visited {
	color:#333;
	margin-left:3px;
	margin-right:3px;
}
	
.hostetBy{
	font-size:25px;
	margin-bottom:30px;
}

.Wrapper{
      position: absolute;
      left: 50%;
      top: 50%;
      width: 600px;
      height: 400;
      margin-left: -300px; /* half of width */
      margin-top: -200px;  /* half of height */
}
