/* basic elements */
html {
	height: 100%;
	width: 100%
	overflow: hidden;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 9px/12px Arial, Helvetica, sans-serif;
	color: #999999;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #999999;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #999999;
	}

/* specific divs */
#main_container { 
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 780px;
    height: 510px;
    margin-top: -255px; /* half of the height */
    margin-left: -390px; /* half of the width */
	}
	
#flashcontent {
	width: 780px;
	height: 510px;
}

#sorry_container {
	position: relative;
	width: 780px;
	height: 510px;
    background: url(../images/noflash_bg.jpg) no-repeat top left;
}

#sorry {
	position: absolute;
	top: 190px;
	left: 45px;
	width: 195px;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
