/*   
Theme Name: Woodsdale Museum
Theme URI: http://www.thewoodsdalemuseum.com
Description: 2010 Theme
Author: Matt
Author URI: http://www.chaoticmj.net
Template: bigfeature
Version: 1.0
*/

@import "../bigfeature/style.css";


body {
	background: #101010 url(images/bgr.gif) center top;	
}

#container {
	margin-top: 140px;
	border: 1px #ddd solid;		
}
#blanket {
   background-color:#111;
   opacity: 0.35;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#f5f5f5;
	width:450px;
	height:700px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}