.splash
{
	background-color: #FFF;
	position: fixed;
	

	left: 45%;
	top:50%;
	width: 10%;
	height: 22;
	

	z-index: 101;
	padding: 5;
	
	display: none;	
	text-align:center;				
}

.fader
{
	background: #000;
	
	position: fixed;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: .5; 
	
	display: none;
}

.pWindow
{
	background-color: #714D2A;
	position: fixed;
	top: 0%;
	left: 45%;
	
	width: 5%;
	height: 1;
	z-index: 101;
	
	display: none;
}

.header
{
	background-color: #522B13;
	height: 30px;
	
	text-align: right;
	vertical-align:middle;

}

.header img
{
	border: 0px;
}

.windowContent
{
	margin: 20px;
	display: block;
}
