@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../graphics/greenbackground.jpg);
	background-attachment: fixed;
	background-size: cover;
	z-index: -1;
}

#backdrop
{
	background-color:rgba(0,0,0,.4);
	
	margin:10%;
}

#topp
{
	color:#FF0;
	color: rgba(255, 255, 0, 1);
	font-style:normal;
}

.container {
       position:relative;
   }

.content {
       position:relative;
       color:White;
       z-index:5;
   }

.background 
{
       position:absolute;
       top:0px;
       left:0px;
       width:95%;
       height:100%;
       background-color:Black;
       z-index:1;
       /* These three lines are for transparency in all browsers. */
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       filter: alpha(opacity=50);
       opacity:.5;
}