@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}
body {font-size:12px; color:#fff;}
p {text-align:center; margin-top:5px;}
img {border:none;}
#bgTop {background:#3ce600; height:500px; width:100%; position:absolute; top:0;}
#bgBottom {background:#248d00; height:500px; width:100%; position:absolute; bottom:0;}
#content {
	background:#248d00 url(images/bg.gif) repeat-x;
	height:650px;
	width:100%;
	position:absolute;
	top:50%;
	margin-top:-335px;
	overflow:hidden;
	z-index:1000;
}
#contentBox {
	background:#fff;
	height:520px;
	width:860px;
	margin:55px auto 0 auto;
}
#top {height:80px;}
#logo {
	background:url(images/logo.jpg) no-repeat;
	height:56px;
	width:119px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}
#tagLine {
	background:url(images/tagline.jpg) no-repeat;
	height:56px;
	width:163px;
	margin-top:10px;
	margin-right:20px;
	float:right;
}
*html #tagLine {
	margin-right:13px;
}
*html #logo {
	margin-left:13px;
}
#flash {
	width:800px;
	height:370px;
	margin:0 auto;
}
#botton {
	width:570px;
	margin:0 auto;
}
ul {list-style:none; margin:10px auto;}
ul li {
	float:left;
	margin-right:10px;
}
