html { height: 100%; }
#content { height: 90%; }
body {
background-color: #131313;
text-align: center;
margin:0;
padding:0;
overflow:hidden;
}
.menu {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.25;
color: white;
text-align: center;
padding-top: 16px;
}
.menu a, .menu a:visited {
color: #CCCCCC;
text-decoration: none;
}
.menu a:active, .menu a:hover {
color : #FFFFFF;
text-decoration : none;
}
#textcontent {
width: 560px;
margin: 0 auto;
}
.header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.25;
	font-weight: normal;
	color: #FFFFFF;
}
.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	color: #CCCCCC;
}
.text a, .text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.text a:active, .text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.credits {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	color: #CCCCCC;
}
.credits a, .credits a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.credits a:active, .credits a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#copy {
font-size: 10px;
color: #999999;
text-align: center;
padding-top: 14px;
}

