/* CSS Document */

html { overflow: -moz-scrollbars-vertical; 
}

body {
	background: #040707;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #FFF;
}

.site_main {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
}

.site_main a {
	color: #FFF;
}

.site_main h1 {
	color: #FFF;
	display: none;
}

.site_main h2 {
	color: #FFF;
	margin-top: 50px;
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.site_main .logo {
	width: 250px;
}

}