*{padding: 0px; margin: 0px;}

HTML, BODY { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align: center;
} 

#content {
	margin: 10px auto;
	border-width: 2px;
	background: #fff url("./images/bg.gif");
	width: 100%;
	height: 600px;
}

.copy {
	text-align: center;
	position: relative;
	color: #CCC;
	font-size: 9px;
	line-height: 12px;
}

.copy A{
	font-size: 9px;
	color: #EEE;
	text-decoration: none; 
}

.copy A:hover{
	color: #999; 
}

.contact {
	font-size: 10px;
	color: #999;
}
#flashContent { height:100%; }