@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html, body {
	background-image: url(../images/background.png);
	height: 100%;
	width: 100%;
}
#splash {
	width: 100%;
	background-image: url(../images/right-background-05.png);
	background-repeat: repeat-x;
	height: 405px;
}
#main {
	height: 100%;
	width: 100%;
}
#middle {
	height: 405px;
	width: 989px;
	margin-right: auto;
	margin-left: auto;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}
.green {
	color: #2BBD72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
