body {
	background-image: url('bg.png');
	background-repeat: repeat;
	background-color: #fff;
	font-family: Tahoma, sans-serif;
}

#page {
	width: 100%;
	margin: 0;
}
#header {
	margin-bottom: 6px;
	background-image: url('header_bg.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 164px;
}
#header h1 {
	background-image: url('header.png');
	width: 760px;
	height: 164px;
}

#content-top {
	display: none;
}

#content {
	background-color: #fff;
	border: 2px solid #000;
	padding: 10px 14px;
	margin-left: 20px;
}

#footer {
	background-image: none;
	width: 892px;
}

a {
	color: #393;
}
