/* basic elements */
html {
	height: 100%;
	width: 100%
	overflow: hidden;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 12px/16px Arial;
	color: #ffffff;
	}

td {
	font: 12px/16px Arial;
	color: #ffffff;
	}
	
a:link, a:visited  {
	text-decoration: none;
	color: #F7931E;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #F7931E;
	}

/* specific divs */
#global {
    position: absolute;
    left: 50%; 
    top: 50%;
    width: 770px;
	height: 500px;
    margin-top: -250px; /* half of the height */
    margin-left: -385px; /* half of the width */
     }
     
#main_container { 
	position: absolute;
    width: 770px;
	height: 500px;
	}
	
#flashcontent {
	width: 770px;
	height: 500px;
}

#sorry_container {
	width: 770px;
	height: 500px;
}

