* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%; 
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7c5452;
	cursor: pointer;
}


/* Structure
----------------------------------------------- */

div#wrapper {
	position: absolute;
	width: 100%;
	/*margin: -1px 0 0;*/
	padding: 0;
}

div#nav-bar {
	float: left;
	height: 15px;
	left: 0;
	position: fixed;
	z-index: 2;
	bottom: 0px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #000;
	background: rgba(0, 0, 0, 0.65);
	padding-top: 6px;
	color: #eee;
	font-size: 10px;
}

div#nav-bar {  
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);  
    /* above line works in IE6, IE7, and IE8 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=65)";  
    filter: alpha(opacity=65);  
    /* above line is IE8 only */  
} 

/* Background
----------------------------------------------- */

#background-wrap img {
	position: absolute;
	z-index: -1;
	width: 100%;
	border: none;
	/*min-width: 100%;*/
}	
