/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#3d2c28;
	overflow-x:hidden;
	overflow-y:hidden;
	overflow:hidden;
}

#flashcontainer {
	width:100%;
	height:100%;
	background-color:#3d2c28;
	overflow-x:hidden;
	overflow-y:hidden;
	overflow:hidden;
}


		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.7;
			opacity:.70;
			filter: alpha(opacity=70);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 500px;
			height: 361px;
			background-color: #000;;
			z-index:1002;
			overflow: hidden;
			text-align:center;
			padding-top:39px;
		}