@charset "UTF-8";
/* CSS Document */

html , body{
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#wrapper {
	height: 500px;
	width: 750px;
	margin-top: -250px;
	margin-left: -375px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #ddeff3;
}
#logo {
	height: 70px;
	width: 200px;
	margin-top: 50px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#FlashContent {
	display: block;
	height: 250px;
	width: 750px;
	position: relative;
}
#tagline {
	display: block;
	width: 750px;
	height: 50px;
	position: relative;
}
.blankspace {
	height: 20px;
	width: 750px;
	display: block;
}
