body {
	background-image: url(BG2.png);
	font-family: "Tahoma", "Arial", sans-serif;
}

img {
	border: none;
}

#foot {
	position: absolute;
	top: 490px;
	left: 100px;
}

#content {
	position: absolute;
	top: 100px;
	left: 100px;
	font-size: 10pt;
}

#header {
	position: absolute;
	left: 100px;
	top: 25px;
	font-size: 24pt;
	font-weight: 600;
}

#category {
	position: absolute;
	left: 100px;
	top: 75px;
	font-size: 18pt;
	font-weight: 500;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}
	