html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
#container { background: url(images/bg.jpg) 50% 80% no-repeat fixed !important; background-size: auto !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
}
@font-face {
	font-family: Static;
	src: url('Static.otf');
}
#container {
}

body {
	font-family: Static;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	text-align: left;
	color: #FFF;
	}
	
	#hours, #address, #cater {
	margin-bottom: 14px;
	}
	
	#cater {
	font-size: 22px;
	margin-top: 20px;
	color: #FFF;
	}
	
	a {
	color: #FFF;
	text-decoration: none;
	}
	
	
h2 {
	font-family: Static;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	}

#top {
	float: left;
	margin-left: 50px;
}

#logo {
	margin-top: 20%;
	margin-bottom: 15%;
	margin-right: 20px;
}

#address {

}

#bottom {
	margin-left: 50px;
	float: left;
	margin-right: 100px;

}
