body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-top: 160px;
	font-family: Georgia;
	font-size: 11px;
	color: #555;
	line-height: 1.3;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


h1 {
	width: 538px;
	height: 85px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}


.container {
	width: 538px;
	margin: 0px auto;
}
.container .left {
	float: left;
	text-align: left;
}
.container .right {
	float: right;
	text-align: right;
}

.end {
	clear: both;
}