body {
vertical-align : bottom;
text-align : center;
padding:0;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
width:100%;
height:100%;
background:#ede2c9;
}

#bg { 
position : absolute; 
left:0; 
top:0; 
width:100%; 
height:100%; 
} 

#content {
z-index:2;
position:absolute;
text-align : center;
bottom:0;
left:0;
right:0;
width : 100%;
height : 25px;
}

#flashcontent {
position: absolute;
z-index:0;
left:0;
bottom:0;
padding:0;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
width: 100%;
height: 100%;
}

.info {
	width : 100%;
	color : #77847E;
	font-size : 11px;
	line-height : 16px;
	font-family : Tahoma, Verdana, Arial;
	text-decoration : none;
	text-align : center;
	position : absolute;
	z-index:2;
	bottom:0;
	left : 0;
}

.info a {
	color : #77847E;
}

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

img {
border-style : none;
margin-top : 0;
margin-bottom : 0;
}
img a {
margin-top : 0;
margin-bottom : 0;
border-style : none;
}
