/* Styles for main site */

@import url("reset.css");

html, body, #wrap { height:100%; } /*  */

body {
	margin:0;
	padding:0;
	overflow:hidden;
	background:black;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF; 
}

a { color:white; text-decoration:underline; }
a:hover { color:#F4A827; text-decoration:underline; }

#installFlash { margin-top:2em; font-size:0.75em; }
#header { padding-left:19px; margin-top:28px; }
