html,body { 
	margin:0; 
	padding:0; 
	border:0; 
	width:100%; 
	height:100%; 
	/*overflow:auto;*/
}
body {background-color:#ffffff;}

div.container { 
	/*border:1px solid #666666; */
	width:950px;
	height:600px;
}
div.flashcontent {
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	color:#333333;
}
a:link, a:visited{ 
	text-decoration:underline; 
	color:#DE5602; 
}
a:hover { 
	text-decoration:none; 
}
