body {
margin : 0px;
}


#bg { 
position : absolute; 
left:0; 
top:0; 
width:100%; 
height:100%; 
z-index:1;
} 

#flashcontent {
	border: none;
	width: 375px;
	height: 550px;
}

#content { 
position:relative; 
left:0; 
top:0; 
z-index:2; 
width:100%; 
height:100%;
}

.info {
vertical-align : top;
color : #000000;
padding-top : 50px;
padding-bottom : 0px;
padding-right : 0;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
font-size : 11px;
line-height : 16px;
font-family : Tahoma, Verdana, Arial;
text-decoration : none;
text-align : center;
position : relative;
}

.info a {
color : #FFFFFF;
text-decoration : none;
}

.info a:hover {
color : #000000;
}