@charset "UTF-8";

html {
	height: 100%;
}

body {
	background-color:#000;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 100%;
}

#container {
	text-align: left;
	margin: 0 auto -50px;
	height: auto !important;
	min-height: 100%;
	width: 795px;
}

#logo {
	background-image: url(Images/ilevelbutton.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	width: auto;
	height: 200px;
}

#contact {
	text-align: center;
	font-size: 3em;
	margin-top: 100px;
	letter-spacing: .55em;
	line-height: 1.4em;
}

#push {
	height: 50px;
}

#fbfooter {
	text-align: center;
	width: 100%;
	height: 50px;
	font-size: 1.7em;
}

#fbfooter a {
	color: #3b5898;
	text-decoration: none;
}

.dev {
	text-align: center;
	font-size: .5em;
}

a {
	text-decoration: none;
}