/* (c) 2009 Kollesis */
/* Sito in aggiornamento... */

html, * {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/1.5em Helvetica, Arial, sans-serif;
	color: #fff;
	background: #000;
}

a {
	text-decoration: none;
	color: #fff;
}

#wrap {
	width: 760px;
	margin: 0 auto;
}

#header {
	background: #000;
	padding: 15px 0;
}

#header ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#header li {
	display: inline;
	padding: 0 50px 0 0;
	font-weight: bold;
}

#header strong {
	color: #E60000;
}

#central {
	background: #fff;
	height: 350px;
	padding: 0;
}

#central .kollesis {
	position: relative;
	left: 30px;
	top: 30px;
	right: 0;
	bottom: 0;
}

#central .ornate {
	position: relative;
	left: 30px;
	top: 75px;
	right: 0;
	bottom: 0;
}

#central .risorse {
	position: relative;
	left: 550px;
	top: -220px;
	right: 0;
	bottom: 0;
}

#footer {
	padding: 15px 0;
}

#footer p {
	padding: 0;
	font-weight: bold;
}

#footer strong {
	color: #E60000;
}

.foot-dx {
	margin: 0 0 0 290px;
	
}
.space {
	padding-left: 10px;
}