@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0;}

body {
	font: normal 11px Geneva, Arial, Helvetica, sans-serif;
	background:#110e0d url(bg.jpg) repeat center top;
	color: #666;
	line-height: 18px;
}

#page {
	position:absolute;
	height: 50px;
	width: 100%;
    top: 50%;
	left: 0;
	margin-top: -25px;
	text-align: center;
}

#content {
	margin: auto;
	width: 400px;
	height: 50px;
}

h2 {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #bbb;	
}

