body {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	background: #F3F3F3 url("body_bg.gif") repeat-x 0 0;
	text-align: center;
    min-width: 500px;
}
p {
	margin: 1em 2em;
	font-size:24px;color:white;font-weight:bold;
	text-shadow: 0 0 4px #000, 0 5px 4px #ff3000;
}
ul li {
	font-size:24px;color:white;font-weight:bold;
	text-shadow: 0 0 4px #000, 0 5px 4px #ff3000;
}
.red {
	color: #f00;
}
h1 {
padding-top:150px;
font-size:48px;color:white;
text-shadow: 0 0 4px #000, 0 5px 4px #ff3000;
}
#Container {
	width: 100%;
	position: absolute;
	top: 259px;
	left: 0;
	margin-top: -160px;
	text-align: left;
}
#main {
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	height: 584px;
	overflow: hidden;
	padding-top: 120px;
	padding-bottom: 30px;
	width: 940px;
}
