body {
    font-family: Arial;
    font-size: 11px;
    color: #eee;
    overflow:hidden;
	font-family: "Helvetica Neue", Helvetica, Arial; 
	font-weight: 400; 
	font-size: 15px;
	line-height: 1.2em;
	text-align: center;
	background: #555;
	-webkit-font-smoothing: antialiased; 
}
.container {
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	}

a { 
	color: #eee; 
	text-decoration:none; 
	outline: 0;
	}
a:hover { 
	color: #fff; 
	text-decoration:none; 
	}
a img:hover { 
	opacity:0.8; 
	}

#bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 8;
}
	img { 
	    max-width: 100%; 
	    height: auto; 
	}

#contact { 
    z-index: 99;
	display: block;
	width: 250px;
	padding: 0 auto 0 auto;
    position: absolute;
    bottom: 2%;
	left: 40%;
	background-color: rgba(0 ,0 ,0 ,0.3); 
	}
#contact p { 
	}




@media only screen and (max-width: 479px) {

	#bg {
    	position: absolute;
    	top: 0;
		left: 0%;
		width: auto;
		height: 100%;
		min-height: 100% !important;
		z-index: 8;
		}

	img { 
	    max-width: auto; 
	    height: 100%; 
	}
	#contact { 
 		left: 20%;
		}

}