@import url(http://fonts.googleapis.com/css?family=Share:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);


* {
	margin: 0;
}

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body
{
	overflow: hidden;
	background-color: #000033;
}

img{
	border: none;
}

.wrap
{
	overflow: hidden;
	position: relative;
}


.wrap_header{
	
}


.wrap_content{
	margin: 0px auto;
	width: 550px;
	height: 400px;
	padding-top: 180px;
	text-align: center;
	z-index: 1;
}
.wrap_content h1{
	color: #a9a8a8;
	font-family: "Share", Arial;
	font-size: 100px!important;
	letter-spacing: -2px;
	font-weight: bold;
}

.wrap_content h2{
	color: #a9a8a8;
	font-family: "Share", Arial;
	font-size: 48px!important;
	letter-spacing: -2px;
	font-weight: bold;
	line-height: 48px;
}

.wrap_content p{
	color: #a9a8a8;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	line-height: 26px;
	font-weight: normal;
}

.wrap_content a{
	color: #FFFFFF;
	text-decoration: none;
}

.wrap_content a:hover{
	color: #FF6666;
	text-decoration: underline;
}


.wrap_bottom{
	width: 100%;
	min-height: 246px;
	position: absolute;
	bottom: 54px;
	z-index: -4;
	
}

.wrap_bottom .image_wrapper{
	width: 980px;
	min-height: 246px;
	margin: 0px auto;

}


.wrap_footer{
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 54px;
	background: url(../images/bg-footer.png) repeat-x;
}

.wrap_footer .content_footer{
	width: 980px;
	margin: 20px auto 0px auto;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: white;
}

.wrap_footer .content_footer .left{
	width: 490px;
	float: left;	
}

.wrap_footer .content_footer .right{
	width: 490px;
	float: right;	
	text-align: right;
}

.wrap_footer .content_footer a{
	color: #ffffff;
	text-decoration: none;
}

.wrap_footer .content_footer a:hover{
	text-decoration: underline;
}



#clouds {
	width:100%;
	height:352px;
	background-image:url(../images/clouds404.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	position:absolute;
	z-index:-2;
}

#stars {
	background:url(../images/stars.png) repeat;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
	height:100%;
	z-index:-4;
}

#moon{
	position: absolute;
	left: 25%;
	top: 15%;
	width: 152px;
	height: 151px;
    background:transparent url(../images/moon.png) no-repeat center center;
	z-index:-4!important;
}

#house{
	left: 5px;
	width: 275px;
	height: 246px;
	background:transparent url(../images/house.png) no-repeat center center;
}

#tumbleweed{
	width: 29px;
	height: 26px;
	background:transparent url(../images/tubleweed.png) no-repeat;
	position: absolute;
	bottom: 0; 
	left: 101%;
	z-index:-4!important;
}
