* {
   margin: 0;
   padding: 0;
}

html, body {
   height: 100%;
}

body {
   background-color: #CFCFCF;
   text-align: center;
}

table {
   border-spacing: 0;
}

#page {
   color: #666666;
   height: 99%; 
   font-family: Helvetica, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serifVerdana, Arial;
   font-size: 12px;
   text-align: center;
   vertical-align: middle;
   width: 99%; 
}

a, a:link, a:visited, a:hover, a:active {
	color: #666666;
	text-decoration: none;
	font-weight: lighter;
} 
