body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	behavior: url('pngbehavior.htc');
}

#header {

}

#title {
	background-image: url('images/title.gif');
	width: 323px;
	height: 182px;
	float: left;
}
#title h1, #title h2 {
	display: none;
} 

#navigation {
	top: 0px;
	left: 174px;
	position: absolute;
	z-index: 9;
	width: 312px;
	height: 175px;
}
#navigation img{
	width: 312px;
	height: 175px; 
}

#description {
	top: 0px;
	left: 420px;
	position: absolute;
	z-index: 10;
}

#description img {
	width: 277px;
	height: 161px;
}

#arrows {
	float: right;
	padding: 34px 34px 0 34px;
	margin-top: 100px;
}

#content {
	clear: both;
	padding: 12px;
}

#footer {
	padding-right: 24px;
	padding-bottom: 32px;
}
#footer span {
	display: block;
	width: 86px;
	height: 8px;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	overflow: hidden;
}
#footer span small {
	visibility: hidden;
}