body {
	margin: 0px;
	font-family:Tahoma;
	font-size:10pt;
	background-image:url(../gfx/main_back.jpg);
	background-repeat: no-repeat;
}

h1 {
	color:#88718E;
	font-size:200%;
}

img {
	border:none;
}

a		{ color:#88718E; }
a:hover		{ color:#88718E; }
a:visited	{ color:#88718E; }
a:active	{ color:#88718E; }

div.maintext {
	position:relative;
	left:90px;
	top:90px;
	width:835px;
	z-index:1;
}

div.bottom {
	position:fixed;
	width:100%;
	height:95px;
	background-image:url(../gfx/bottom.jpg);
	background-repeat: no-repeat;
	z-index:0;
}

hr {
	color:#88718E;
	height:1px;
}