﻿/* CSS Document */
@charset "utf-8";

html {
	height: 100%;
	overflow: hidden;
}

body{	
	padding: 0px; margin: 0px;
	background-color: #ffffff;
	overflow: auto;
	height: 100%;
	overflow: hidden;
	}

#flashcontent {
	height: 100%;
} 

div#prev{
	float: none;
	position: absolute;
	margin:-300px -400px;
	z-index: 3;
	top: 50%; left: 50%;
	width: 800px; height:600px;
	padding: 0px;
	}
div#powered{
	position: absolute;
	bottom: 2px; right: 2px;
	width:193px; height:33px;
}
div#upgrade{
	width:500px; height:160px;
	top: 50%; left: 50%;
	margin: 200px auto;
}