/* For the whole page, exposes margins */

#center{

	background-color:black;
	zoom:100%;
	
}
 
#button_mask{
	margin-top:6.5em;
	margin-left:-10.5em; 
	height:0em; 
	width:0em; 
	background-color:white;
	position:absolute;
	z-index:1;
}



#page-wrap {
	text-align:center;
	background-color:black;
	width: 100%;
	height:70%
	position:absolute;
	z-index:-5;	
}

#intro_image{
	position:absolute;
	margin-top:10%;
	height:40%;
	width:80%;
	background-repeat: no-repeat;
	background-size:100%;
	background-position:50% 50%;
	margin-left:10%;
	background-image:url("../Images/LCC-Logo4.gif")
}
