/* CSS Document */
body {
background-color:#fff;
font-family: "Century Gothic",  Arial, Helvetica, sans-serif;
color:#ffffff;
font-size: 11px;
margin: 0;
padding: 0;
}

.container {
position:absolute;
width: 780px;
height: 602px;
top: 0px;
margin-left:-390px;
left: 50%;
}

#title {
position: absolute;
left:0px;
top: 35px;
z-index: 10;
}

#flashcontent {
position: absolute;
left: 52px;
z-index: 1;
}

h1 {
font-weight:100;
font-size: 56px;
color:#545347;
display: inline;
margin: 0;
padding: 0;
}


#opaque {
	position: absolute;
	top: 55px;
	left: 430px;
	z-index: 3;
	width: 300px;
	height: 500px;
	background-color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
	#text {
	position: relative;
	margin-left: 0px;
	margin-top: 50px;
	width: 260px;
	z-index: 10;
	padding: 0 20px 20px 20px;
	}
	p.lead {
	font-size: 13px;
	font-weight: bold;
	
	}
	
	p.small {
	font-size: 9px;
	}
	
	
	
	
#footer {
position: absolute;
font-size: 10px;
color: #545347;
top: 605px;
left: 80px;
z-index: 10;
}

p  a:link {
font-size: 10px;
color:#545347;
text-decoration:none;
}
p a:visited {
font-size: 10px;
color: #545347;
text-decoration:none;
}
p  a:hover {
font-size: 10px;
color: #9B883C;
text-decoration:none;
}
p  a:active {
font-size: 10px;
color: #333333;
text-decoration:none;
}