@charset "utf-8";

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

img {

	border: 0px;

}

.center {
			width:312px; 
			height:100px; 
			position:absolute; 
			top:50%; 
			left:50%; 
			margin:-50px auto auto -156px; 
			/*border:1px solid black; */
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			color: #ffffff;
		}
		
#stage {

	

}
		
object { outline:none; }

#bottomNav {

	bottom: 0px;
	position: absolute;
	height: 23px; 
	width: 100%; 
	background-color:#000000; 
	color:#FFFFFF; 
	z-index: 15; 
	padding-left: 0px; 
	background-image:url(../images/landingpage/bottom_background.jpg);
	background-repeat:repeat-x;


}

#bottomTBLNav {


	background-image:url(../images/landingpage/bottom_background.jpg); 
	height: 25px; 
	padding-right: 12px;

}

a.message {

	color:#ffffff;	
	text-decoration: none;
	
}

a.message:hover{ 
	color: #000000; 
	background-color: #ffffff;
	}
	
a.message:link: { 
	color:#ffffff;
	background-color: #000000;
}


