html {
	overflow: hidden;
}

body {
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color:#000000;
	background-image: url(../images/bg-radial.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
}
#top {
	padding: 0;
	margin: 0;
	color: #CCCCCC;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 125px;
	overflow: hidden;
	/*background-image: url(../images/bg-header2.gif);
	background-repeat: repeat-x;
	background-position: top;*/
}
#header-flash {
	width: 940px;
	margin: 0 auto;
}
#header-flash h1 {
margin: 20px 0 8px 0;
padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
	font-size: 38px;
}
#header-flash h1 a {
	text-decoration: none;
	color: #ffffff;
	}

#header-flash ul {
	margin:0;
	padding:0;
	text-align: center;
	list-style-type: none;
}
#header-flash li {
	display: inline;
	margin: 0 5px;
}


#intro {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 111;
}
#main {
	padding: 0;
	margin: 0; 
	position: absolute;
	top: 125px;
	left: 0;
	right: 0;
	bottom: 0px;
	overflow: auto;
	color: #E1E691;
	font-family: helvetica, arial, "Lucida Grand", "Lucida Sans Unicode", lucida, "Trebuchet MS", georgia, verdana, sans-serif;
	line-height: 170%;
}
#main-content {
	width: 900px;
	margin: 0 auto;
}
#footer {
	margin:30px 0 10px 0;
	padding: 0 0  25px 0;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #9D9D9D;
	font-size:11px;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	font-size:11px;
	text-decoration: underline;
}
#feedback-form {
	margin: 0 auto;
}
h2 {
	color: #fff;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;	/*font-family: "Lucida Grand", "Lucida Sans Unicode", lucida, georgia, helvetica, verdana, sans-serif;*/
}

strong, b {
	color: #FFFFFF;
}

a:link, a:visited {
	color: #ffcc00;
}
a:hover {
	color:#FFFFFF;
}
.comment-block {
	margin: 10px 100px 25px 100px;
	padding:20px 50px;
	background-color: #000;
	border: 1px solid #6F0B2C;
}
.comment-entry {
	
}
.comment-name {
	text-align: right;
	font-size: 12px;
}
object, embed {
	margin: 0 auto;
}


