/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background-color: #f00;
	overflow: auto;
	font: 72% verdana, arial, sans-serif;
	}

div#logo{
	position: absolute;
	top: 50%; left: 50%;
	width: 400px; height:175px; 
	margin: -88px -200px;
}

div#flash{
	position:absolute;
	top:50%; left:50%;
	width:750px; height:450px;
	margin: -225px 0 0 -375px;
}

div#powered{
	position: absolute;
	bottom: 2px; right: 2px;
	width:193px; height:33px;
}

div#powered img { vertical-align: middle; }

p { text-align: center; color: #fff; }