/* CSS Document */

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

.container {
position:absolute;
width: 753px;
height: 540px;
top: 80px;
margin-left:-377px;
left: 50%;
}
#backgroundTwo {
position: absolute;
background-image:url(images/bgTwo.jpg);
background-repeat:no-repeat;
width: 752px;
height: 500px;
top: 0px;
left: 0px;

}
#flashContent {
position:absolute;
width:753px;
height:540px;
top:0px;
}
#flashFile {
position:absolute;
width:281px;
height:436px;
top:0px;
}


#flashPanel {
position: absolute;
width:471px;
height:437px;
top:0px;
left:281px;
z-index: 1;
}
#right {
position: absolute;
z-index:9999;
width:471px;
height:437px;
top:0px;
left:281px;

}
#right p{
padding: 50px;

}
#footerImage {
position:absolute;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
width:751px;
height:58px;
top:444px;
left:0px;

}
#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;
	
	}



