* {
	margin: 0;
	padding: 0;
}
body {
	background: #E1E1E1;
	color: #444;
	font: 0.8em  Arial, Verdana, Geneva,Helvetica, sans-serif;
}
h1 {
	font-size: 1.2em;
	margin-bottom: 12px;
}
h2 {
	font-size: 1em;
}
p {
	margin-bottom: 8px;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: underline;
	color: #444;
}
#footer {
	font-size: 0.9em;
	margin: 52px 0 0 55px;
}
#site {
	width: 492px;
	height: 310px;
	position: absolute;
	top:50%;
	left: 50%;
	margin: -155px 0 0 -246px;
	background: transparent url(../img/bg_site2.jpg) bottom no-repeat;
}

img {
	border: 0;
}
#content img {
	margin-bottom: 12px;
}
#content {
	text-align: center;
}