html,
body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-color: #000;
}

.bg_cover{
	background-image: url("bg.png");
	height:100%;
	width:100%;
	background-repeat: no-repeat;
	position:relative;
	background-position:center;
}

.under{
	text-transform:uppercase;
	color:#FFF;
	text-align: center;
	font-size:30px;
	font-weight:bold;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top:100px;
}