/* CSS Document */

body {
font-family:"Century Gothic", Helvetica, sans-serif;
font-size:10px;
line-height: 150%;
color:#CACACA;
}

.container {
position:absolute;
width: 630px;
height: 580px;
top: 0px;
margin-left:-315px;
left: 50%;
}

#flashContent {
position:absolute;
width:630px;
height:580px;
top:0px;
}
.overlay {
position: absolute;
width: 630px;
height: 271px;
top: 170px;
left: 0px;
z-index: 10;

}
#text {
position: absolute;
top: 150px;
left:0px;
padding: 30px;
z-index: 1;
}	
	h1 {
	font-size: 12px;
	font-weight: bold;
	margin:0;
	display: inline;
	}
	p {
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	
	}


