body {
	background-image: url(images/bg.png);
	background-position: top left;
	font-family: Arial;
	font-size: 12px;
	color: #271911;
	text-align: justify;
	margin: 0;
}

#header {
	background-image: url(images/header.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 500px;
}

#main {
	width: 900px;
}

#content {
	width: 780px;
	margin-top: -200px;
	margin-left: 0px;
}

a {
	color: #6B130D;
	text-decoration: none;
	font-weight: bold;
	cursor: crosshair;
}

a:hover {
	color: #669E9D;
}

img {
	border: none;
}
