body, input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
#index {
	background-image: url(wallpaper.jpg);
	background-color: #000000;
	width: 650px;
	margin: 50px auto;
}
#background {
	width: 650px;
	height: 490px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 5px;
}
#content-top {
	position: relative;
	top: -5px;
	left: 4px;
	text-align: right;
	margin-bottom: 84px;
}
#content-center {
	position: relative;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 37px;
}
#content-bottom {
	position: relative;
	left: 435px;
	width: 210px;
	height: 260px;
	background-color: #FFFFFF;
}
#webstats {
	text-align: center;
	display: none;
}
#message {
	background-color: #FFFFFF;
	margin: 5px;
}
.messageTitle {
	font-weight: bold;
	text-transform: uppercase;
}
.formLeftTable {
	width: 30%;
}
.formMiddleTable {
	width: 40%;
	text-align: center;
}
.formRightTable {
	width: 30%;
	text-align: right;
}
#messageButtons a {
	text-decoration: none;
}
textarea {
	overflow: scroll;
	overflow-y: scroll; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
}
.message {
	text-align: justify;
}
.messageInfo {
	font-size: 10px;
}
