body {
	background: #111111;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 62.5% Arial, Helvetica, sans-serif;
}
#introContainer1 {
	font-size: 1.2em;
	width: 100%;
	height: 110px;
	background:  url(images/bubbles.gif) repeat;
	padding: 25px 0;
	margin: 15% 0;
	min-width: 800px;
}
#introContainer2 {
	width: 100%;
	height: 110px;
}
#header {
	width: 100%;
	clear: both;
	height: 103px;
	background: #FFFFFF;
	border-top: 1px solid #9966FF;
	border-bottom: 1px solid #9966FF;
}
#footer {
	text-align: left;
	font-size: 0.8em;
	clear: both;
	color: #FFFFFF;
	padding-top: 2px;
	padding: 28px 0 0 0;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
#header>img#logo {
	float: left;
}
ul#menu {
	margin: 0;
	top: 8px;
	position: relative;
	text-align: center;
	color: #FFFFFF;
}
ul#menu li {
	display: inline;
	list-style: none;
}
ul li {
	margin: 0 0 5px 0;
}

