body {
	background-color: #000;
	color: #fff;
	margin-top: 1.9em;
	font-family: Arial,Sans-Serif;
	font-size: 1.3em;
}

h2 {
	margin-top: 2em;
	font-size: 1.9em;
	clear: both;
}

img {
	margin-bottom: 1.9em;
}

#site {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
}

#header {
	text-align: center;
	font-size: 0.85em;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	float: left;
	display: block;
	width: 170px;
	height: 170px;
	background: url('../images/logo_header.gif') no-repeat center center;
}

#header h1 a span {
	position: absolute;
	top: -10000px;
}

#header address {
	padding-top: 2.5em;
}

#content {
	height: 380px;
	background: url('../images/text_side.gif') no-repeat top right;
	padding-right: 100px;
	margin-bottom: 2em;
}