/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family:Trebuchet MS, Tahoma, Arial;
	font-size:11px;
	color:#fff;
}
A {text-decoration:underline;font-weight:bold;color:#ccc;}
A:hover {text-decoration:underline;color:#fff;}

.mailform {
	font-family:Trebuchet MS, Tahoma, Arial;
	font-size:11px;
	background-color:#bbb;
	border: 1px solid #444;
}
.maildiv {
width:380px; 
padding:10px;
}
.maildiv, .maildiv td {
text-align:center;
font-size:11px;
color:#fff;
background-color: #111111;
}