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

html,body,table#pagelayout {
	height:100%;
	width:100%;
	margin:auto;
	background-attachment: fixed;
	background-image: url(images/bg3.gif);
	background-color: #000000;
	background-position: bottom;
	background-repeat: repeat-x;
}
.fontnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.fontbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
a:link {
	text-decoration: none;
	color:#999
}
a:visited {
	text-decoration: none;
	color:#999
}
a:hover {
	text-decoration: underline;
	color:#999
}
a:active {
	text-decoration: none;
	color:#999
}
.horse {
	height: 387px;
	width: 391px;
	bottom: 0px;
	right: 0px;
	position: absolute;
	z-index: 1;
}
.mainbox {
	height: 300px;
	width: 433px;
	position: absolute;
	z-index: 2;
	left: 22%;
	top: 25%;
}

