body {
	margin: 0;
	background: url('../images/background.jpg');
	color: #17222b;
	font: 11px verdana; 
}

img {
	border: 0;
}

a, a:link, a:visited {
	color: #0b1015;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #fff;
}

div#main {
	text-align: center;
	margin: 0 auto;
	padding: 150px;
	background: url('../images/main.jpg') repeat-x center top;
}

div#area {
	background: #17222b;
	color: #0b1015;
	width: 400px;
	margin: 35px auto;
	padding: 25px;
}

div#bottom {
	text-align: center;
	background: #0b1015;
	border-top: 1px solid #151f28;
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 10px;
}