html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color:#45076d;
}
#page {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#background {
	margin: 0px;
	padding: 20px;
	background-image: url(../images/marquee.gif);
	height: 511px;
	width: 911px;
	
}
#header {
	height: 208px;
	margin: 0px;
	padding: 0px;
	background-image: url(logos/header.gif);
	background-repeat: no-repeat;
	width: 1000px;
	z-index: 1;
	left: 10px;
	top: 5px;
	position: absolute;
}
#navbar {
	width: 550px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	left: 228px;
	top: 127px;
	position: absolute;
}
#mailing {
	width: 200px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	left: 388px;
	top: 66px;
	position: absolute;
	background-color: #FF9900;
	border: 3px dotted #000000;
	text-align: center;
}
#slideshow {
	height: 355px;
	width: 900px;
	padding: 0px;
	margin: 0px;
	z-index: 0;
	left: 62px;
	top: 172px;
	position: absolute;
	background-color: #000000;
}
#player {
	height: 40px;
	width: 40px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	left: 922px;
	top: 486px;
	position: absolute;
}
#content {
	height: auto;
	width: 900px;
	padding: 0px;
	margin: 0px;
	z-index: 0;
	left: 62px;
	top: 172px;
	position: absolute;
	background-color: #FFF300;
	border: 3px solid #000000;
}
#bottom {
	height: 337px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	width: 928px;
	z-index: 1;
	left: 45px;
	top: 518px;
	position: absolute;
	border: 3px solid #F11C24;
}
#footer{
	height: 15px;
	background-color:#FFF300;
	width: 470px;
	z-index: 2;
	left: 279px;
	top: 850px;
	position: absolute;
	font-size: 10px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border: 2px solid #1924D2;
}
.small{
	font-size: 10px;
}
.big{
	font-size: 14px;
}
.title{
	color: #1924D2;
}
.warning{
	color: #FF0000;
}
a:link {
	color: #45076d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
#line {
	padding: 0px;
	margin: 5px;
	height: 3px;
	background-color: #F11C24;
}