html * {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-size: 14px;
	font-family: Arial;
	line-height: 150%;
	background-color: #EFEFEF;
}

#screen {
	width: 800px;
	margin: 0px auto;
	margin-top: 10px;
}

#top {
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	height: 250px;
	margin-bottom: 30px;
}

#top h1 a {
	font-size: 40px;
	color: #E3EF77;
	padding-top: 145px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
}

#container {
	overflow: hidden;
	height: 100%;
}

#content {
	float: left;
	width: 590px;
}

p {
	padding-bottom: 15px;
}

ul {
	padding-left: 20px;
	padding-bottom: 15px;
}

#banners {
	float: right;
	width: 200px;
}
