body {
	background: url(../images/noisy_grid.png) 0 0;
	margin: 0;
	color: #333333;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}
#main {
	width: 400px;
	height: 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -17px;
	text-align: center;
}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #333;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
