/* CSS Document */

body {
	background-color: #660032;
	background-image: url(images/splash_background_down.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a:link {
	color: #ecd789;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
}
a:hover {
	text-decoration: underline;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #ecd789;
	font-size: 11px;
	line-height: 20px;
}
#main {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: inherit;
}
a:active {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #ecd789;
	line-height: 20px;
}

