.logo {
	float: left;
}
body {
}
#top {
	background-image: url(logo.jpg);
	height: 0px;
	width: 800px;
	text-align: right;
	padding-top: 170px;
	background-repeat: no-repeat;
}
#top a {
	text-decoration: none;
	color: #000000;
}
#top a:visited {
	color: #000000;
}
#top a:hover {
	color: #FF0000;
}
#content {
	background-image: url(contentback.jpg);
	height: 470px;
	width: 610px;
	padding-left: 190px;
	padding-top: 30px;
	background-repeat: no-repeat;
	text-align: justify;
}
#content img {
	float: right;
	padding-left: 20px;
}

