@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}
body {
	background:#000000 url(gfx/bg.jpg) no-repeat center top;
}
#wrapper {
	width:980px;
	height:495px;
	display:block;
	margin:0 auto;
	position:relative;
}

#text {
	position:absolute;
	top:100px;
	left:60px;
	width:290px;
	display:block;
}
h1 {
	color:#ffdd00;
	font-size:26px;
	font-weight:normal;
	margin:0 0 10px 0;
}
p {
	margin:0 0 10px 0;
}
.ingress {
	font-size:14px;
}
.yellowBold {
	color:#ffdd00;
	font-weight:bold;
	margin:0 0 30px 0;
}
a {
	text-decoration:none;
	color:#FFFFFF;
	font-style:italic;
}

#flashcontent {
	position:absolute;
	width:535px;
	height:302px;
	display:block;
	left:385px;
	top:92px;
	text-align:center;
}