* {
  	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%;
    	background-color: #fff;
}

#topleft 
 {
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;
	height:55px;
	width:220px;
	z-index:0;
}
	

 

 
a {
	text-decoration: none;
	font-weight: bold;
	color: #2C8FBB;
}

a:hover {
	color: #2277ff;
}

#bottommiddle a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#bottommiddle a:hover {
	color: #2C8FBB;
}

p {
	line-height: 1.5em;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

#bottommiddle
 {
	height:30px;
	position: absolute;
	bottom: 0;
	font-size:1em;
	text-align: center;
	width:100%;
	z-index:1;
	background-color:#fff;
 }
 
 #container-page {

  margin: 0 auto;
  width: 900px;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

 #float-right
 {
 	margin-top: 40px;
	height: 285px;
	font-size: 1em;
	text-align: left;
	float: right;
	width:400px;
	color: #aaa;
	overflow: auto;
 }
 
 #float-left
 {
 	float: left;	
}

 #middle
 {
 	height:400px;
	margin-top: -200px;
	top:50%;
	position: absolute;

}

 #getflash 
 {
	width:100%;
	position: absolute;
	text-align: center;
	margin-top: 180px;
	top:50%;
	font-weight:bold;
	color:  #555;
	font-size:1.3em;
        margin-left: 0px;
	}

