body, html { 
	background: #ebece6; font-family: Verdana, Arial, Helvetica, sans-serif; min-height: 100%; height: 100%; margin: 0; overflow: hidden; text-align: center;
	background-image:url(images/bottom-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#megazine { margin: 0 auto 0 auto; outline: none; position: relative; }
/* "Flash not found" notice formatting */
#megazine h1 { color: #FFFFFF; }
#megazine img { border: none; }
#megazine p { color: #999999; font-size: 0.6em; }
#megazine a, a:visited { color: #CCCCCC; text-decoration: none; }
#megazine a:active { color: #FFFFFF; text-decoration: none; }
#megazine a:hover, a:focus { color: #FFFFFF; text-decoration: underline; }

#flashoverlay{
	position:absolute;
	left:0;
	top:0;
	z-index:200;
	width:100%;
	height:auto;
	overflow:visible;
	background-position:top, center;
	background-repeat:no-repeat;
	background-image:url(images/logo.jpg);
}