html {
	height: 100%;
}

body {
	font-family: 'Maven Pro', sans-serif; 
	color: #FFFFFF;
	font-size: 14px;
	background: url(bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #fff;
	text-decoration: none;
}

img {
	max-width: 100%;
}

.box {
	vertical-align: middle;
	width: 100%;
	height: 333px;
	margin: 0 auto;
}

.tb {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}

.td {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.logo {
	display:none;
	height: 66px;
	margin-top:-35px;
}

.symbol {
	display:none;
	height: 267px;
}


.foot {
	position:absolute; 
	bottom:30px; 
	display:none; 
	width:100%;
	text-align: center;
}