body {
	background-color: #262626;
}
#container {
	width: 780px;
	height: 550px;
	margin-left: 100px;
	text-align: left;
	background-color: #ededed;
	border-style: solid;
	border-width: 1px;
}
#header {
	height: 170px;
	width: 781px;
}
#content {
	height: 520px;
	width: 780px;
	background-color: #ededed;
	font-family: sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
}
#description {
	position: absolute;
	top: 280px;
	left: 120px;
}
img.corsa {
	position: absolute;
	top: 230px;
	left: 400px;
	padding-left: 2px;
}
hr {
	position: absolute;
	top: 650px;
	width: 780px;
}
p.footer {
	font-style: italic;
	position: absolute;
	top: 670px;
	left: 200px;
}
img.w3c {
	position: absolute;
	top: 664px;
	left: 630px;
	border-style: none;
}
a {
	text-decoration: none;
	color: black;
}

