html, body {
	margin: 0;
	height: 100%;
}

body {
	text-align: center;
	position: relative;
	background-image:url(/bg.jpg);
	font-family:Verdana, "Century Gothic", Arial, Tahoma;
	font-size:9px;
	background-repeat:repeat-x
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0px
}

#wrap {
	position:relative;
	height:440px;
	text-align:center;
	margin:0 auto
}

#wrap img {
	left: 0px;
}

#wrap p {
	font-weight:bold;
	color:#7E7269;
	right:-1px;
	margin-right:0px;
	text-align:right;
	width:100%;
	bottom: -175px;
	height: 25px;
}
.stMenu {
	margin-bottom:0;
	margin-top:15px;
	background-color:#EAE4D5;
	border: 1px solid #999999;
}
.stMenu * {
	vertical-align:middle
}
a, a:visited, a:hover {color:#1F60b9!important; font-weight:bold!important}
