html {
	height: 100%;
	overflow: hidden;
		
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	min-width: 950px;
	min-height: 600px;
}

#flashcontent {
	height: 100%;
	color: #666666;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
em {
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
small {
	color: #666666;
}
small a {
	text-decoration: underline;
}
small a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 830px;
	height: 540px;
	margin: 0px 0px 0px -475px;
	padding: 30px 60px;
	position: absolute;
	left: 50%;
}
#header {
	margin: 50px 0px 50px 0px;
	text-align: center;
}
#getflash {
	text-align: center;
}
