html, body, #wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   font-family: "courier-std",Courier, monospace;
   color: #ffffff;
   background-color: #000028;
   font-size: 15px;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
}
p {
	font-family: "courier-std",Courier, monospace;
	color: #ffffff;
	font-size: 15px;
}
a {
	color: #ffffff;
	text-decoration: none;
}