body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #002a4b;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #f5eedb;
}

/* iframe con scrollbar orizzontale nascosta */

body iframe {
overflow-x:hidden;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 584px;
	background: url(../images/cover-bg.jpg) no-repeat left top;
	position: relative;
}

#buttons {
	position: absolute;
	top: 150px;
	left: 0;
}

#flashbook {
	position: absolute;
	width: 480px;
	height: 375px;
	left: 80px;
	bottom: 0;
}

#news {
	width: 273px;
	height: 352px;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
}

/* LINKS */

a:link, a:visited {
	text-decoration: underline;	color: #c50006;
}

a:hover, a:active {
	text-decoration: none;	color: white;
}

.indirizzo {
	color: white;
	position: absolute;
	top: 88px;
	left: 196px;
}

.indirizzo a:link, .indirizzo a:visited {
	color: white;
}

hr {
	border: 0;	height: 1px;	background: white;	color: white;
}

/* EDITING */

#editing {
	font-size: 0.9em;	font-family: Verdana, Helvetica, Arial, sans-serif;	width: 1000px;	text-align: left;	margin-left: auto;	margin-right: auto;}

#editing, #editing a:link, #editing a:visited {
	color: gray;
}

#editing a:hover, #editing a:active {
	text-decoration: none;
}