* {
  margin: 0;
  }
 
html, body {
  height: 100%;
  overflow: hidden;
  padding: 0px;
  background: #000;
  font: 86% "Lucida Grande", Arial, sans-serif; 
}

img {
  float:left;
}

p {
	float: left;
}

h1 {
   font-size: 17px;
   color: #1c3f95;
   text-transform: uppercase;
}

a {
   text-decoration: none;
   color:#1c3f95;
}

a:hover {
   text-decoration: underline;
   color:#1c3f95;
}


#flashcontent {
  height: 100%;
}

#menu {
  list-style: none;
  position: absolute;
  top: 120px;
  padding:0px;
  margin:0px
}

#menu ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}


#footer, .push 
{
  height: 25px;
  clear: both;
  padding-left: 200px;
  font-size: 10px;
  color:#c3c3c3;
}


#content {
	font-size: 12px;
	background: white;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -25px;
	padding-left: 40px;
}


#logo {
	position: absolute;
	display: block;
	float: left;
	top:70px;
}

#flashdownload {
	position: absolute;
	display: block;
	font-size: 10px;
  	width: 250px;
  	top:15px;
  	text-align: left;
  
}

#vulling {
	position: absolute;
  	width: 500px;
  	top: 110px;
  	left: 200px;
}