html {
	height:100%;
	overflow-x:hidden;
}
body {
	background-color:#000000;
	margin-top:0;
	margin-bottom:0;
	font-family:"Century Gothic", Arial, helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:100%;
}

h1 {
	font-size:16px;
	color:#ff6c00;
	margin:5;
}

h2 {
	font-size:15px;
	color:#05b801;
	margin:3;
}

h3 {
	font-size:14px;
	color:#05b801;
	margin:0;
}

a {
	font-family:"Century Gothic", Arial, helvetica, sans-serif;
	color:#ff6c00;
	text-decoration:none;
	font-size:11px;
}

a:hover {
	font-family:"Century Gothic", Arial, helvetica, sans-serif;
	color:#eee;
	text-decoration:none;
	font-size:11px;
}

#container {
	width:1000px;
	height:auto;
	margin:auto;
}

#webtop {
	width:1000px;
	height:86px;
	background-image:url(../images/contentbg.gif);
}

#menu {
	width:1000px;
	height:38px;
	background-image:url(../images/contentbg.gif);
}

#content {
	width:1000px;
	height:auto;
	background-image:url(../images/contentbg.gif);
}

#bottom {
	width:1000px;
	height:130px;
	background-image:url(../images/contentbg.gif);
	color:#06ff00;
	font-size:10px;
}
