/* CSS Document */

body {
	margin: 0; 
	padding: 0;
	background-color: #232C2D;
	font-size: 12px;
	font-family: helvetica, sans-serif;
	color: #b5bebc;
	text-align: center;


	}

#wrapper {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	padding-top: 50px;
	width: 1005px;

}

#fluxplayer {
position: relative;
background-image: url(images/3d_splash_bgd.jpg);
background-repeat:no-repeat;
background-position: bottom right;
padding-bottom: 5px;
padding-right: 4px;
width: 1005px;
height: 567px;


}

#message {
	float: right;
	width: 400px;
	margin: 20px;
	margin-right: 60px;
	text-align: left;
	line-height: 16px;

}

#message h1 {
	font-size: 16px;}

a {

	color: #ffffff;
	
}


/*img { border: 1px solid #CCC; }*/


