* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: url(assets/images/splash.jpg) no-repeat top center fixed;
	font-family: "Trebuchet MS";
	font-size: 14px;
   text-align: center;
}
a, img{
border:none;
}

a.entersite {
   display:block;
   width:190px;
   height:90px;
   position:absolute;
   top:300px;;
   left:240px; 
}
a.enterblog {
   display:block;
   width:165px;
   height:59px;
   position:absolute;
   top:440px;
   left:280px; 
}
a.getflash {
   display:block;
   width:32px;
   height:20px;
   position:absolute;
   top:615px;;
   left:640px;
}
#container {
	position:relative;
  width: 760px;
  height: 529px;
  margin: 0 auto;
  text-align: left;
}
h1 {  	
 	width: 754px;
   margin: 0 auto 0 auto;
   text-indent: -5000px;
}
p {
   color: #834b10;
   width: 230px;
   text-align: left;
   font-size: 18px;
   margin: 370px 0 0 40px;
   font-weight: bold;
}

#awards, #awards li{
list-style:none;
margin:0;
padding:0;
}

#awards{
   position:absolute;
   top:555px;;
   left:245px;
}

#awards li{
float:left;
margin-right:20px;
}