body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 730px;
}
body {
	font: normal normal normal 0.7em/1.33em Verdana, Helvetica, sans-serif;
	color: #fff;
	background: #F5821F;
}
div.header {
	padding: 5px 70px 8px 70px;
	background-color: #F5821F;
	text-align: center;
}
div.flash-content {
	width: 100%;
	height: 100%;
	min-width: 960px;
	min-height: 730px;
}
a:link, a:visited, a:hover, a:focus, a:active {
	color: #fff;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}
a.left:link, a.left:visited, a.left:hover, a.left:focus, a.left:active {
	float: left;
}
a.right:link, a.right:visited, a.right:hover, a.right:focus, a.right:active {
	float: right;
}