* {
  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;
  color: #202020;
  width: auto;
  font: 95% "Lucida Grande", Arial, sans-serif; 
}

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

h2 {
   font-size: 14px;
   color: #cf161f;
   text-transform: uppercase;
}

h3 {
   font-size: 13px;
   color: #202020;
}

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

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


#flashcontent {
  height: 100%;
}

#menu {
  list-style: none;
  position: absolute;
  top: 130px;
  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:80px;
	width: auto;
}

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

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

}

#textvulling {
	position: relative;
	margin-top: 70px;
}
