body {
	background: #0f2638;
	width: auto;
	height: 100%;
}
a {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #c5c5c5;
}
#container  {
	min-width:900px;
	height:100%;
	width:100%;
}
#step {
	top: 0px;
	left: 0px;
	z-index: 100;
}
.step {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#bg {
	background: transparent url(bg-404.jpg) fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#error {
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 47px;
	color: white;
	font-weight: normal!important;
	line-height: 47px;
	position: absolute;
	top: 350px;
	left: 155px;
}
#title {
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 220px;
	color: white;
	padding-right: 10px; 
	position: absolute;
	top: 110px;
	left: 205px;
	font-weight: bold;
	letter-spacing: 0px
}
#copyright {
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #C9C9C9;
	padding-right: 15px;
	position: absolute;
	top: 25px;
	left: 45px;
}
* {
	margin: 0;
	padding: 0;
}