@import url("http://fonts.googleapis.com/css?family=Oswald:400,300");
/* @import url("font-awesome.min.css"); */

html,body {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('../img/404_bg.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

html,body,p,div,a,td,h1,h2,h3,h4,h5,h6,input {
	font-family: 'Oswald';
	font-weight: 400;
}

#wrapper {
	margin: 0px auto;
	text-align: center;
	padding-top: 5%;
}

h1 { color: #fff; font-size: 600%; margin: 0px; text-shadow: 4px 4px 1px #000; }
h2 { color: #fff; font-size: 400%; margin: 0px; text-shadow: 4px 4px 1px #000; }
a { color: #f00; font-size: 200%; }
a:hover { color: #fff; }

@media (max-width:767px) {
	body {
		background: url('../img/404_bg.jpg') no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}