body {
	background-color: #343434;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top {
	position:relative;
	width:100%;
	height:32px;
	z-index:100;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clip: rect(auto,auto,auto,auto);
}
#main {
	position:relative;
	width:100%;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position:relative;
	width:100%;
	height:840px;
	z-index:5;
	background-attachment: scroll;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	top: -9px;
}
#center {
	position:relative;
	width:800px;
	height:660px;
	z-index:1;
	left: 4px;
	margin-right: auto;
	margin-left: auto;
	top: 40px;
}

#form {
	position:relative;
	width:800px;
	z-index:1;
	background-image: url(../images/forms_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#mainarea {
	position:relative;
	width:800px;
	z-index:2;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#grey {
	position:relative;
	width:800px;
	height:80px;
	padding-top:10px;
	z-index:3;
	background-image: url(../images/grey_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #343434;
}
#textarea {
	position:relative;
	width:800px;
	z-index:2;
	background-color: #FFFFFF;
}
#bottom {
	position:relative;
	width:800px;
	z-index:4;
	margin-right: auto;
	margin-left: auto;
}
.ticker {
	margin: 0 15px;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	background-color: white;
	width: 769px;
	color: black;
}

.ticker a {
	color: black;
}

.ticker a:visited {
	color:gray;
}

#textarea a {
	color: black;
}

#textarea a:visited {
	color:gray;
}

