body, html {
	background-color: #B4AFA9;
}
body, html {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 2;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	width: 100%;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
div#main {
	background-image: url(../images/bg.gif);
	margin: -260px 0 0 0;
	height: 475px;
	width: 100%;
	position: relative;
}
div#center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: block;
}
div.inner {
	padding: 40px;
}
a {
	margin: 40px 0 0 0;
	padding: 0 0 10px 0;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
}
h1 {
	font-size: 12px;
	padding: 10px 0 10px 0;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h3 {
	margin: 0 0 10px 0;
}
p {
	display: block;
	padding: 0 0 10px 0;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	overflow: hidden;	
}
p.contact {
	margin: 50px 0 0 0;
}

/* other */

div.clear {
	clear: both;
	height: 1px;
}
.space {
	line-height: 30px;
}