@CHARSET "UTF-8";

html, body 
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #1a3a5a;
	color: #bbc4cc;
	font-size: 12px;
	line-height: 17px;
	font-family: Helvetica, Arial, sans-serif;
}

#body
{
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: center;
}

#flashContent
{
	margin: auto;
	width: 880px;
	height: 573px;
	background-color: #ff0000;
	background-image: url(../images/background_html.jpg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -440px;
	margin-top: -282px;
}

#copy
{
	position: absolute;
	top: 170px;
	left: 85px;
	width: 440px;
}

#teaserBar
{
	position: absolute;
	top: 380px;
	left: 85px;
}

a.arrow
{
	background: url(../images/arrow.png) 0px 3px no-repeat;
	padding-left: 9px;
	text-decoration: none;
	color: #bbc4cc;
}

#meta
{
	position: absolute;
	top: 554px;
	width: 857px;
	text-align:right;
}

a.meta
{
	background: url(../images/arrow_meta.png) 0px 2px no-repeat;
	padding-left: 9px;
	text-decoration: none;
	color: #bbc4cc;
	font-size: 10px;
	margin-left: 12px;
}

.teaserImage
{
	margin-right: 4px;
}