/* CSS Document */

body {
font-family:"Futura Light", "Times New Roman", Times, serif;
font-size:10px;
line-height: 150%;
color:#ffffff;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
margin: 0;

}

.container {
position:absolute;
width: 990px;
margin:0;
height: 715px;

}
#email {
position:absolute;
width: 210px;
left:36px;
top:145px;
z-index: 20;
}

#flashContent {
position:absolute;
width:990px;
height:715px;
top:0px;
left: 0px;
z-index: 10;
}

#default {
position:absolute;
width:990px;
height:650px;
top:0px;
left: 0px;


}
#clientBtn {
position:absolute;
left: 0px;
top: 243px;
}
.flashButton {
position:absolute;
width: 259px;
height: 90px;
left:378px;
top: 119px;
}
#text {
position: absolute;
top: 220px;
line-height: 180%;
word-spacing: .15em;
width: 350px;
left:310px;
padding: 30px;
z-index: 1;
}	
	h1 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin:0;
	display: inline;
	}
	h2 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:0;
	display: inline;
	}
	p {
	margin:0;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 140%;	
	}

p  a:link {
font-size: 10px;
color:#333333;
text-decoration:none;
}
p a:visited {
font-size: 10px;
color: #333333;
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;
}
#footer {
position: absolute;
font-size: 10px;
color: #333333;
top: 680px;
left: 50px;
z-index: 10;
}