body {
	background-color: #fbfbe7;
}
	body img {
		border: 0px;
	}
	div#logo {
		position: absolute;
		top: 100px;
		left: 50%;
		margin-left: -350px;
		width: 700px;
		height: 100px;
		background-image: url(images/logo.jpg);
		background-repeat: no-repeat;
		background-position: center top;
	}
	div#copyright {
		position: absolute;
		top: 404px;
		left: 50%;
		margin-left: -350px;
		width: 700px;
		color: #fbfbe7;
		font-family: arial;
		font-weight: normal;
		font-size: 10px;
		text-align: center;
	}