html, body {
	height:98%;
}

.Maine_body {
	background-image:url(includes/fading_back.jpg);
	background-repeat:no-repeat;
	}
	
.Pritax_logo {
	height:50px; 
	width:200px; 
	border:0px; 
	left:30px; 
	top:10px; 
	position:absolute; 
	z-index:1;
}

.Fading_Back {
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:0;
	}
	
.WelcomeDiv {
	top:25px; 
	right:30px; 
	position:absolute; 
	font-size:20px; 
	color:black;
	z-index:2;
	}
	

.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:680px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	
	
	
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image: url(http://www.pritax.se/design/icons/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.simple_overlay .akt {
	background-image: url(http://www.pritax.se/design/pics/aktuell-produkt.png);
	position:absolute;
	left:-15px;
	top:-15px;
	height:35px;
	width:35px;
}
	
	/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#fff;
		width:250px;
	}
	
	.details h3 {
		color:#aba;
		font-size:15px;
		margin:0 0 -10px 0;
	}
