* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	background-color: #000000;
}

#flashcontent {
		height: 100%;
	}

#container {
	width: 800px;
	height: 160px;
	text-align: left;
	top: 50%;
	left: 50%;
	padding: 0;
	margin-top: -80px;
	margin-left: -400px;
	position: absolute;
}

#wrapper {
	width: 590px;
	float: left;
}

#content_left {
	width: 210px;
	float: left;
	padding-top: 40px;
	text-align: right;
}

#content_left p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 5px;
}

#content_left a:link, #content_left a:visited {
	color: #e2007a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 5px;
	text-decoration: none;
}

#content_left a:hover, #content_left a:active {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 5px;
	text-decoration: none;
}

#content_middle {
	width: 380px;
	height: 160px;
	margin-left: 210px;
}

#content_right {
	width: 210px;
	margin-left: 590px;
	padding-top: 40px;
}

#content_right p {
	color: #4d4d4d;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
}