/* @override http://whitemoondreams.com/wp-content/themes/corpo/data/css/splash_css.css */

/* @override http://whitemoondreams.com/data/css/splash_css.css */

@charset "UTF-8";
/* CSS Document */
html{
	background-color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
} 
#flash_container{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
body{
	background-color: #000;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#container{
	background-color: #000;
	width: 100%;
	height: 100%;
	margin-top: 30px;
}
#top{
	height: 20px;
	width: 100px;
	background: url(http://whitemoondreams.com/images/parallax/play_forever.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#bottom{
	height: 70px;
	margin-top: 10px;
	background: url(http://whitemoondreams.com/images/parallax/wmd_logo.png) no-repeat;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#flash_container #content{
	text-align: center;
	width: 900px;
	height: 600px;
	/*border: 1px solid #768acc;*/
	margin: 10px auto;
	float: none;
	clear: none;
}
