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

body {
	
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
	opacity: .5;
}

#content {
	position: absolute;
   top: 50%;
   left: 50%;
   width: 231px;
   height: 200px;
   margin-top: -100px;
   margin-left: -115px; 
} 

#logo {
	position: absolute;
	left: 13px;
	top: 0px;
}

#logo:hover {
	cursor:none;
}

#newSiteSoon {
	position:absolute;
	top: 105px;
	left: 0px;
}

/*
#newSiteSoon:hover {
	opacity: .5;	
}
*/

#reel {
	position: absolute;
	top: 135px;
	left: 12px;
}

#reel:hover {
	opacity: .5;	
}

#contact {
	position:absolute;
   top: 135px;
   left: 159px;	
}

#contact:hover {
	opacity: .5;	
}