body{
	background:#121212;
}

img{
	max-width:100%;
}

a{
	color:#565656;
}

a:hover{
	color:#577D86;
	text-decoration:none;
}

h3{
	font-style: italic;
	color: #515151;
	text-shadow: 1px 1px 6px #000;
}

.fullmain{
	background:none;
}

.main{
	text-align:center;
	margin-bottom:20px;
}

.frontbox{
	min-height:718px;
	overflow:hidden;
}

.frontbox h2{
	background: #000;
	text-align:center;
	font-family: 'Shadows Into Light', cursive;
	font-size: 50px;
	color: #FFF;
	margin-top: 0;
}

.frontbox_inner{
	height:718px;
	background:black;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 1px 1px 10px #000;
}

.frontbox_inner img{
	display:none;
	background:black;
	margin-top:-10px;
	width: 100%;
}

.footer{
	margin-top:20px;
	background:black;
	text-align:center;
	min-height:100px;
}