body {
	background: #f1f1f1 url(images/intro-bg.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #aeaeae;
}
#wrapper {
	margin: auto;
	width: 900px;
}
#head {
	height:387px;
	text-align: center;
}
#head p {
	padding:0;
	margin:0;
}
#footer {
	background: url(images/intro-shadow.gif) no-repeat center top;
	padding-top: 2px;
	margin-top: 10px;
	text-align:center;
}
#footer a {
	color: #aeaeae;
	text-decoration:none;
}
#logo{
	background: url(images/intro-logo.jpg) no-repeat center bottom;
	height: 200px;
}
#intro-nav {
	height: 42px;
	padding-top: 20px;
	text-align:center;
}
#intro-nav p {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d53a31;
	text-decoration: none;
	background: url(images/intro-bullet.gif) no-repeat right 8px;
	padding: 0px 20px 0px 0px;
	margin-right: 10px;
	margin-top: 0px;
	display: inline;
}
#intro-nav p:last-child {
	background:none;
	padding:0px;
}
#intro-nav a:hover {
	color:#000;
}
#enter {
	display: block;
	background: url(images/enter.gif);
	height: 75px;
	width: 121px;
	margin: auto;
}