html, body {
	height:100%; 
    margin: 0;  
    padding: 0; 
    overflow-x: hidden;\
}

body {
	color:#f01c01;
	font-family: 'Open Sans', sans-serif;
	
	text-align:center;
	}

a {
	color:#F01C01;
	text-decoration:none;
}

a:hover {
	color:#f16d69;
}
#Content{
	height:100%;
	width:100%;
}

.main-image {
	position: relative;
	max-width: 1024px;
	width:100%;
	margin:0 auto;
}

.main-image img{
	position: relative;
	width:100%;
	height: auto;
}

.main-image .nav {
	left:0;
	top:20%;
	width: 100%;
	position: absolute;
	padding:0;
	margin:0;
	z-index: 100;
	font-family: 'Love Ya Like A Sister', cursive;
	list-style-type: none;
	color: #fff;
}

.main-image .nav li {
	font-size: 2.5vw;
	letter-spacing: 2px;
	display: inline-block;
	margin:0 15px;
}

.main-image .nav a {
	color: #ffffff;
	opacity: 1;
	font-size: 2.5vw;
	line-height: 2.5vw;
}

#Title {
	position:absolute;
	top:50px;
	left:35px;

	}	
#Dave {
	position:absolute;
	width:861px;
	left:50%;
	margin-left:-508px;
	bottom:0px;
	height:510px;
	}

#Foot{
	position:absolute;
	right:0px;
	height:400;
	}
	
#Links {
    position:absolute;
    left:0;
    display:none;
    margin-left:35%;
    padding:5 px;
    list-style:none;
}

#Links li {
	text-align:left;	
}
