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

div.border { 
	border:1px solid #cccccc; 
	width:960px;
	height:640px;
}
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; 
}
