/* basic elements */
html {
	height: 100%;
	width: 100%
	overflow: hidden;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 12px/16px Arial;
	color: #948671;
	}

td {
	font: 12px/16px Arial;
	color: #948671;
	}
	
a:link, a:visited  {
	text-decoration: none;
	color: #948671;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #948671;
	}

/* specific divs */
#global {
    height: 100%;
    width: 100%;
	overflow: hidden;
     }
     
#main_container { 
	position: absolute;
    width: 100%;
    height: 100%;
	}
	
#flashcontent {
	width: 100%;
    height: 100%;
    background: url(../images/bg_body.gif) repeat-x center left;
    color: #ffffff;
}

#sorry_container {
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 950px;
	height: 650px;
    margin-top: -275px; /* half of the height */
    margin-left: -475px; /* half of the width */
    background: url(../images/splash_noflash.jpg) no-repeat top left;
}

/* register */
#global_register {
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 950px;
	height: 580px;
    margin-top: -290px; /* half of the height */
    margin-left: -475px; /* half of the width */
    border: solid 1px #AEB0B2;
}

#logo {
	position: absolute;
    left: 0; 
    top: 0;
    z-index: 5;
    width: 380px;
}

#rare_earth {
	position: absolute;
    left: 155px; 
    top: 515px;
    z-index: 99;
    width: 380px;
}

#directions {
	position: absolute;
    right: 30px; 
    bottom: 10px;
    z-index: 99;
    width: 220px;
}

#register {
	position: absolute;
    left: 225px; 
    top: 10px;
    width: 700px;
}


.clear {clear: both;}