@charset "utf-8";
/* CSS Document */

body{
	background: url(../images/live-casino-default-background-gc-game-background-1280x800-v4-2.jpg);
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.wrapper{
	width: 450px;
	margin: auto;
	padding-bottom: 100px;
}
.logo{
	position: absolute;	
	top: 20%;
}
.logo img{
	padding-bottom: 20px;
}
.logo h2{
	font-family:'Roboto Condensed';
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-style: italic;
}

