@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.container {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	z-index: 0;
	width:1000px;
}
.header {
	position:absolute;
	top:0px;
	right:0px;
	width:303px;
	height:59px;
}
.content {
	position:absolute;
	background-image:url(images/content-background.jpg);
	background-repeat:no-repeat;
	height:410px;
	width:561px;
	position:absolute;
	top:150px;
	right:43px;
}
.menu {
	position:absolute;
	top:60px;
	right:0px;
	height:53px;
}
.flash {
	position:absolute;
	top:0px;
	left: 70px;
	width:275px;
	height:559px;
}
.content-text {
	padding-left:25px;
	padding-right:40px;
}
h1 {
	color: #fcd6a5;
	font-size:1.5em;
	text-transform:uppercase;
	padding-top:15px;
}
.content p {
	line-height:150%;
}
.sub-menu {
	position:absolute;
	top:118px;
	right:37px;
}
.arrows {
	position: absolute;
	top:0px;
	right:0px;
}
.text-highlight {
	color:#fcd6a5;
}
a {
	color:#fcd6a5;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
}