* {
  	margin: 0;
  	padding: 0;
	}
	
html {
	height: 100%;
	overflow: hidden; /* Hides scrollbar in IE */
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #333;
	font-size:.8em;
	overflow: hidden;
	font-family: verdana,arial,helvetica,sans-serif;
}

#flashcontent {
	height: 100%;
}


#bg_image 
{
	
	margin-top: -250px;
	margin-left: -500px;
	position: absolute;
	top: 50%;
	left: 50%;
	height:500px;
	width:1000px;
	background-image: url(../images/background.jpg) ; 
	background-repeat: no-repeat;
	}


#topleft 
 {
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;
	height:48px;
	width:210px;
	z-index:1;
	}
	
	
#getflash 
 {
	margin-top: 0px;
	margin-right: 10px;
	position: absolute;
	top: 80px;
	right: 20px;
	text-align: right;
	height:48px;
	width:100%;
	z-index:1;
	color:  #f93;
	}
	

#topright 
 {
 	margin-top: 0px;
	margin-right: 10px;
	position: absolute;
	top: 30px;
	right: 20px;
	font-size:1.3em;
	text-align: right;
	width:100%;
	z-index:1;
 }
 

 
 #middle
 {
 	margin-top: -40px;
	position: absolute;
	top: 200px;
	margin-left: 40px;
	font-size:1.2em;
	text-align: left;
	width:90%;
	z-index:1;
	color: #fff;

 }
 
 
a {
	text-decoration: none;
	font-weight: bold;
	color: #2288BB;
}

a:hover {
	color: #44bbdd;
	text-decoration: underline;
}


p {
	line-height: 1.2em;
	margin-top: 30px;
}

#bottommiddle
 {
 	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	font-size:1em;
	text-align: center;
	width:100%;
	z-index:1;
	background-color: #000;
	height:30px;
 }
 
 img{
	border:0;
	}
	
h1{
	font-size:1.5em;
	font-weight:bold;
	margin-top: 30px;
}