
/*  image sources from
http://wallpapers-free.co.uk/backgrounds/nature/oceans/blue-sky-clear-water.jpg
http://www.smashinglists.com/wp-content/uploads/2010/09/The-Plitvice-Lakesjpg.jpg
http://grainmade.com/
http://wallpaper.wallpedia.org/wallpapers/23/Space_backgrounds.jpg
*/


 body{
 
 margin:0;
 padding:0;
 color:#fff;
 background-color:#000;
 font-family:Helvectica,Arial;
 font-size:50px;
 line-height:0.9em;
 text-transform:uppercase;
 font-weight:bold;
 }
 
 h1{
 color:#ff6633;
 font-size:250px;
 line-height:0.8em;
 font-weight:normal;
 margin:0;
 }
 
 #backdrop{
 -webkit-background-size: cover; -moz-background-size: cover;
 -o-background-size: cover; background-size: cover;
position: absolute;
width:100%;
height:100%;
 }
 
 
 #contents{
  width:300px;
  
 margin:0 auto;
padding:100px 0 0 0;
 text-align:center;
 }
 
 
.Space{
 background: url("img/bg_space.jpg");
 }

.Forest{
background: url("img/bg_forest.png");
 }


.Lake{
background: url("img/bg_lake.jpg"); 
}

.Sky{
background: url("img/bg_skywater.jpg");
}


a{
font-size:12px;
color:white;
}

form{
margin-top:100px;
background: url("img/white_bg.png");
padding:20px;
padding-top:50px;
padding-bottom:70px;
border:15px solid yellow;
}
 