html { 		
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size:10px;
}
html, body { 		
	padding:0;   
	margin:0; 
	height:100%;
}
body { 	
	background:url(../images/bg.jpg);
	font-family:Verdana,Arial;
	font-size:1em;
	line-height: 1.1em;
	cursor:default;
	padding:0;
}
html.js body { 	
	background:transparent;
}
a.close{
    cursor:pointer;
	position:absolute;
	display:block;
	z-index:100;
	height:100%;
	width:100%;
}
.imprint{
	margin:0 auto;
	width:260px;
	border:10px dashed #fff;
}
.imprint div{
	background:#fff;
	padding:10px;
	width:240px;
	color:#000; 
}
.imprint b{
	font-family:Courier;
	font-size:1.2em;
}
/* # > media 48em
*/
@media screen and (min-width: 48em) {
	html { 		
		font-size:14px;
	}
	body { 	
		line-height: 1.3em;
	}
	.imprint{
		width:300px;
	}
	.imprint div{
		width:280px;
	}
}
