@CHARSET "ISO-8859-1";
 body {
  background: black;
  background-position:  bottom center; 
  height: 100%;
  background-attachment: fixed;
  text-align:center;
}

div.content {
  font-size:12px;
  font-family:arial;
  background: transparent;
  width: 550px;
  margin-left:auto;
  margin-right:auto;
  color:white;
}
 
div.flash {
  width: 550px;
  margin-left:auto;
  margin-right:auto;
}

.float_left {
  float:left;
  margin-right:10px;
}

div.links {
	text-align: center;
	font-size: 13px;
	font-family: verdana
}

a.download {
	margin-left:18px
}

div.maincontainer {
  width: 550px;
  position:relative;
  text-align:left;
  
  float:left;
}

div.text_container {
  margin-left: 70px;
  margin-right: 87px
}

a {
  color: white;
  border-color: white;
}

a span{
	color:#9d0000;	
}

img {
  border-color: white;
  border: 0;
  margin:0 5px 5px 0;
  
}

img.small {
  height:50px;
}

img.small_width {
  width:80px;
}

img.award {
  float: left:
  margin-right: 5px;
}

hr {
  height: 0;
  border: 0;
  border-top: 2px solid #0076A3;
  
}

h2 {
	font-size:14px
	
}

h1 {
	margin: 0px;
	font-size: 9px;
	display: inline;
	font-weight: normal;
	color: gray;
	
}

#footer a {
	color: gray;
}