html {
 	height: 100%;
}
 
body {
 	margin:0;
 	padding:0;
 	background: #222 url(images/bottom.jpg) repeat-x; background-position: bottom;
 	font-family: Courier new, Arial, sans-serif;
 	font-size: 12px;
 	color: #ccc;
} 

#top {
	width:100%;
	height:20px;
	background: url("images/top.jpg") repeat-x; background-position: top;
}	

#logo {
	background: url("images/logo.gif");
	background-repeat:no-repeat;
	position:absolute;
	z-index:+1;
	top:15px;
	left:60px;
	height:45px;
	width:426px;
}
#flashcontent {
	padding-top:30px;
	margin: auto; 
	width: 948px; 
	align:center;
	height:510px;
}