html, 
body {
	width: 100%;
	height: 100%;
}
body {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Tahoma, Arial, sans;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #f4b500;
	margin: 0;
	padding: 0;
	background: #fff url(sport24.jpg) no-repeat top left fixed;
}
#EncloseAll {
	text-align: left;
	width: 812px;
	min-height: 100%;
	margin: 0 auto;
	background: transparent url('transparent_black_70.png');
	box-shadow: 4px 4px 12px #333;
}
#Header {
	background-color: #f4b500;
	background: #ffcc00 url('header.gif') no-repeat left top;
	padding: 0px;
	height: 260px;
	margin: 0 0 24px 0;
	position: relative;
}
#Header img, 
#Header p {
	margin: 0px;
}
#Content {
	margin-left: 60px;
}
#Content img {
	margin-bottom: 24px;
}
h1 {
	font-size: 1.7em;
	line-height: 1.3em;
}
a {
	color: #0066ff;
	text-decoration: none;
	font-weight: bold;
}
a:hover, 
a:active {
	color: #000066;
}