
h1{
font-family:Times;
font-style: italic;
font-size: 20px;
color:#888888;
}

h2{
font-family:Times;
font-style:italic;
font-size:20px;
color:#666666;
}

h4{
font-family:Times;
font-style: italic;
font-size: 40px;
color:#333333;
}

#bg{
margin-top:-30px;
position:absolute;
z-index:-1;
}


.header {
font-size: 24px;
color:#666666
}


img{
margin-top:40px;
margin-left:40px;
	
}

#footer{

position: fixed;
bottom: 30px;
height: 30;
background-color: #000000;
width:100%;


}


a {
font-family:Times;
font-style: italic;
color:#FFFFFF;
text-decoration:none;
font-size:7;
margin-top:20px;
}

a:hover {
color:#65CCEC;
text-decoration:none;
font-size:7;

}


li {
list-style: none;
	
}



html, body, #flash{
min-height:640px;
min-width:1024px;
margin:0;
padding:0;
height:100%;
overflow:hidden;
margin:auto;

}

/*Fix for Safari and Opera*/

#flash object{
position: absolute;
bottom: 0px;
height:100%
overflow:hidden;

}



