body {
	padding: 0;
	margin: 0;
	background-color: #627484;
	font-size: 14px;
	font-face: Tahoma;
	font-color: #566874;
}

a {
	color: #566874;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#main {
	position: absolute;
	top: 50%;
	left: 50%;
	background-image:url(/images/background.gif);
	width: 862px;
	height: 534px;
	margin-left: -431px;
	margin-top: -272px;
}

#web {
	position: relative;
	top: 192px;
	left: 119px;
	width: 37px;
}

#logos {
	position: relative;
	left: 119px;
	top: 220px;
	width: 50px;
}

#illustrations {
	position: relative;
	left: 119px;
	top: 255px;
	width: 105px;
}

#contact {
	position: relative;
	left: 675px;
	top: 348px;
	width: 50px;
}

#arrows {
	position: relative;
	top: 20px;
	left: 260px;
	width: 500px;
	height: 33px;
}

#arrowNext {
	float: right;
}

#arrowPrev {
	float: left;
}


#pictures {
	position: relative;
	left: 260px;
	top: 40px;
	width: 500px;
	height: 220px;
}

#pictures table {
	width: 500px;
	height: 220px;
}

