html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
}

#content {
  height: 100%;
}


#alternate {
 width: 700px;
 margin: 100px auto;
 text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #CCCCCC;
}

#alternate h1, #alternate h2, #alternate p {
 font-size: 1em;
}


#alternate a {
	color: #CC9900;
}
