@charset "utf-8";
/* CSS Document */
body{
	background-image: url(../BGscreen3.jpg);
	text-align:center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position:center center ;
}

.wrapper{
	width: 100%;
	height: 100%;
	text-align:center;
	margin: 150px 5px;
}
.wrapper-inner{
	width:300px;
	height: 500px;
}
.wrapper-inner>h1,h2{
	text-align:center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#fff;
	background-color: #000;
	
}
