body {
text-align : center;
margin : 0;
width : 100%;
height : 100%;
}

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

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

#flashcontent {
border: none;
margin : auto;
align : center;
vertical-align : middle;
width: 700px;
height: 500px;
}

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

.info a {
color : #CC3333;
}
.info a:hover {
color : #FF9900;
}
img {
border-style : none;
margin-top : 0;
margin-bottom : 0;
}
img a {
margin-top : 0;
margin-bottom : 0;
border-style : none;
}