html, body   {
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
}
body {
	font-size: 62.5%;
	background: #000 url('../images/noise.png');
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #4C749B;
	padding-bottom: 120px;
}
#content {
	position: absolute;
	font-size:1.4em;
	width: 276px;
	min-width:280px;
	top: 32%;
	left: 50%;
	margin-left:-137px;
	display: none;
}

#menu {
	text-align: left;
}

.btn {
	clear:both;
	display: none;
	margin-top: 22px;
	margin-left:4px;
}

img {
	border-style: none;
}

a {
	outline: none;
}