html,body {
	position: absolute;
	width:100%;
	height:100%;
	margin:0;
	background: url("../images/background.jpg") center center no-repeat #454545;
	min-height: 703px;
	min-width: 860px;
	top: 0px;
	left: 0px;
	font: 12px Lucida Sans Unicode;
	color: #333;
}
div#wrapper {
	position:absolute;
	width: 857px;
	height: 513px;
	top: 50%;
	left: 50%;
	margin: -255px auto auto -428px;
	background: url("../images/content.png") no-repeat;
	z-index: 1;
}
div#logo {
	position: absolute;
	top: -90px;
}
div#logo img {
	width: 386px;
	height: 75px;
}
div#header {
	height: 29px;
	width: 857px;
}
	#menu ul{
		width: 777px;
		height: 29px;
		margin: 0px auto 0px auto;
		padding: 0px 40px 0px 40px;
	}
	#menu li{
		display: block;
		float: right;
		margin: 0px 10px 0px 10px;
		overflow: hidden;
		height: 29px;
	}
	#menu li a {
		display: block;
		padding: 5px;
		font-size: 15px;
		font-weight: bold;
		font-variant: small-caps;
		text-decoration: none;
		color: #fff;
	}
	#menu li a:hover {
		text-decoration: none;
		color: #ddd;
	}
div#content {
	height: 330px;
	width: 768px;
	margin: 0px 4px 0px 5px;
	padding: 30px 40px 30px 40px;
	overflow: auto;
	text-align: justify;
}
div#footer {
	position: relative;
	top: 95px;
	display: block;
	margin: auto;
	height:15px;
	font-variant: small-caps;
	font-weight: bold;
	color: #666;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.centered {
	text-align: center;
}
h1 {
	color: #5784b8;
	margin: 0;
	padding: 0px 0px 10px 0px;
}
a {
	color: #5784b8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
INPUT[type="text"], INPUT[type="password"], SELECT {
	width: 200px;
	font: 12px Lucida Sans Unicode;
	height: 14px;
}
TEXTAREA {
	width: 200px;
	height: 100px;
	font: 12px Lucida Sans Unicode;
}
