html {
	height: 100%;
}
body{
	margin:0;
	padding:0;
	width:100%;
	height: 100%;
	background-color:#000000;
	color:#CCCCCC;
	font-family:Arial,Helvetica, sans-serif;
}
h1, h2{
	font-size:32px;
	letter-spacing:-3px;
}
p{
	font-size:14px;
}

#flashcontent{
	color:#666666;
	width:100%;
	height: 100%;
}