@import url('reset.css');
body{
	color:#000;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:16px;
	background-color: #fff;
}
.bg img{
	position:fixed;
	bottom:0px;
	top:0;
	left:0px;
	width:100%;
	z-index:-1;
}
h1{
	font-family: 'Bevan', arial, serif;
	color:#ffe6e7;
	margin:20px;
	font-size:16px;
	border-bottom:1px dashed #ffe6e7;
}
a{
	color:#000;
	text-decoration:none;
}
.sl_menu{
	margin:20px 0px 0px 20px;
	list-style:none;
}

/* Footer Style */
.footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:10px;
	background:#000;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	z-index:4;
}
.footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:left;
}
.footer a:hover{
	color:#fff;
}
.footer a span{
	font-weight:bold;
}
.footer a.left{
	float:left;
}