body {
	color: #333;
	background-color: #fff;
	background-image: url('/public/images/home_background.gif');
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
br.clear {
	clear: both;
	}
	
#container {
	width: 799px;
	margin: 0 auto;
	}
	
#welcome {
	width: 719px;
	background-color: #fff;
	padding: 40px;
	margin: 25px 0;
	}
#welcome h1 {
	width: 421px;
	margin: 0 auto;
	}
#welcome .enter {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
	padding: 15px 0;
	margin: 30px 0;
	}
#welcome .enter a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 20px;
	}
#about p {
	font-style: italic;
	line-height: 1.4em;
	padding: 0 40px;
	margin-bottom: 20px;
	}
#about p.leadoff {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	}
	
#footer {
	width: 640px;
	color: #999;
	border-top: 1px solid #dfdfdf;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px
	text-transform: uppercase;
	padding: 0 40px;
	float: left;
	}
#footer a {
	color: #999;
	}
#footer p {
	margin: 0 0 20px 0;
	}
#footer #copyright {
	width: 140px;
	text-transform: uppercase;
	margin: 30px 20px 0 0;
	float: left;
	}
#affiliates {
	width: 460px;
	text-transform: uppercase;
	margin: 30px 20px 0 0;
	float: left;
	}