@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: none;
}
body, html {
	overflow: hidden;
	height: 100%;
}
body {
	background-color: #ff0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
img.logo {
	float: left;
	width: 375px;
	height: 200px;
	margin: 123px 0 0 0;
}
img.get_flash {
	width: 101px;
	height: 42px;
	margin: 0 0 0 420px;
}
h1 {
	font-size: 12px;
	margin: 0 0 0 425px;
	color: #c71587;
}
p {
	font-size: 10px;
	margin: 0 0 12px 425px;
	line-height: 14px;
}
p.vCenter {
	/*padding-top: 100px;*/
}
a:link, a:active, a:visited {
	color: #c71587;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
div#flash {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/background.jpg) no-repeat center;
}
div#noflash {
	visibility: visible;
	position: relative;
	width: 810px;
	left: 50%;
	margin-left: -405px;
	height: 390px;
	top: 50%;
	margin-top: -185px;
}