@charset "utf-8";
/* CSS Document */

@import 'layer.css';
@import 'style.css';



body{
	margin:0px;
	background-color:#780f13;
	background-image:url(../gfx/bckg.jpg);
	background-repeat:no-repeat;
	background-position:top center ;
	text-align:center;
	margin-top:80px;
	margin-bottom:80px;
	margin:80px 0 80px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff1d6;
	
	
}