﻿body {
	background: #000;
	margin: 15% 0 0 0;
	color: #fff;
	font-weight: 700;
	font-size: 0.90em;
	font-family: Georgia, serif;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	color: #fff;
}
#body a:hover {
	text-decoration: underline;
}


#wrapper {
	width: 400px;
	margin: 0 auto;
}
#site {
	display: block;
	float: left;
	width: 400px;
	height: auto;
	background: #60a;
	text-align: center;
	padding: 30px 0 40px 0;
}

#body {
	display: block;
	float: left;
	width: 630px;
	height: auto;
	padding: 15px 0 30px 20px;
}
