body, html {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

a {
	color: #000;
}

div#content {
	position: relative;
	width: 900px;
	height: 577px;
	background: #fff url(../img/homepage.jpg) repeat 0 0;
	overflow: hidden;
}

div#logo {
	position: absolute;
	left: 114px;
	top: 100px;
	width: 137px;
	height: 161px;
}

div#newsletter {
	display: block;
	position: absolute;
	left: 734px;
	top: 16px;
	width: 110px;
	height: 20px;
	font-weight: bold;
}

div#newsletter a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}

div#navigation {
	position: absolute;
	text-align: left;
	left: 101px;
	top: 261px;
	width: 150px;
	height: 108px;
}

div#titleLeft {
	position: absolute;
	text-align: left;
	left: 465px;
	top: 163px;
	width: 150px;
	height: 108px;
}

div#titleRight {
	position: absolute;
	text-align: right;
	right: 38px;
	top: 157px;
	width: 78px;
	height: 37px;
}

