html, body {
	background : #212121;
	margin : 0px;
	padding : 0px;
	font : 0.75em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#all {
	top: 4%;
	position: absolute;
	height:auto;
	width:100%;
	background-image: url(images/bg-01.png);
	background-position: 0px 124px;
	background-repeat: repeat-x;
}

#main {
	height:587px;
	width:99%;
	min-width: 760px;
	background-image: url(images/ziccardi-01.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#stuff {
	position: relative;
	float: right;
	width: 750px;
	height:587px;
}

#bolle {
	position: absolute;
	width: 133px;
	height: 111px;
	margin-top: 3px;
	margin-left: 245px;
	background-image: url(images/bolle.gif);
	background-repeat: no-repeat;
}

#intro-it {
	position: absolute;
	width: 350px;
	height: 100px;
	margin-top: 335px;
	margin-left: 10px;
}

#intro-it p {
	padding: 0px;
	margin: 0px;
}

#intro-en {
	position: absolute;
	width: 350px;
	height: 100px;
	margin-top: 335px;
	margin-left: 380px;
}

#intro-en p {
	padding: 0px;
	margin: 0px;
}

.link {
	float: left;
	padding: 10px 20px 0 0;
}

.link a:link, a:active,a:visited { 
	color: #B0D500;
	text-decoration: none;
	background-color: transparent;
}

.link a:hover {
	color: #FFFFFF;
}

.link-bio {
	padding: 2px 0px 2px 18px;
	background-image: url(images/link-bio.png);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 14px;
}

.link-cv {
	padding: 2px 0px 2px 18px;
	background-image: url(images/link-cv.png);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 14px;
}

.link-txt {
	padding: 2px 0px 2px 18px;
	background-image: url(images/link-txt.png);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 14px;
}

a.hotspot:link, a.hotspot:active, a.hotspot:hover, a.hotspot:visited {
	display: block;
	text-decoration: none;
	color: #000;
	width: 100%;
	height: 100%;
}

#mp3playerbox {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: 100px;
	margin-left: 715px;
	background: red;
}

#mp3player {
	width: 20px;
	height: 20px;
}

#blog {
	color: #000000;
	position: absolute;
	height: 53px;
	width: 180px;
	margin-top: 165px;
	margin-left: 422px;
	background-color: transparent;
	background-image: url(images/bg-blog.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.blogtxt {
	display: block;
	letter-spacing: -0.1em;
	word-spacing: -0.05em;
	margin-left: 56px;
	margin-top: 16px;
}

#chat {
	color: #000000;
	position: absolute;
	height: 53px;
	width: 180px;
	margin-top: 235px;
	margin-left: 422px;
	background-color: transparent;
	background-image: url(images/bg-chat.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.chattxt {
	display: block;
	letter-spacing: -0.1em;
	word-spacing: -0.05em;
	margin-left: 56px;
	margin-top: 16px;
}

#other {
	color: #000000;
	position: absolute;
	height: 95px;
	width: 90px;
	margin-top: 162px;
	margin-left: 636px;
	background-color: transparent;
	background-image: url(images/bg-stuff.png);
	background-position: 2px 0px;
	padding-left: 2px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.othertxt {
	display: block;
	letter-spacing: -0.1em;
	word-spacing: -0.05em;
	margin-right: 23px;
	margin-top: 34px;
	z-index: -1;
	max-width: 45px;
}

#contact {
	position: absolute;
	margin-left: 625px;
	margin-top: 480px;
}

#contact a:link, #contact a:active, #contact a:hover, #contact a:visited {
	color: #DDDDDD;
}

#banners {
	position: absolute;
	margin-left: 6px;
	margin-top: 466px;
	height: 70px;
	width: 100%;
}

#banners a:link {
	display: block;
	text-decoration: none;
	color: #000;
	width: 186px;
	height: 54px;
}

.bannerTxt {
	display: block;
	visibility: hidden;
	width: 186px;
	height: 54px;
}

#banner-netjus {
	float: left;
	margin-right: 10px;
	width: 186px;
	height: 54px;
	background-image: url(images/banner-netjus.png);
	background-repeat: no-repeat;
}

#banner-iclc {
	float: left;
	margin-right: 10px;
	width: 186px;
	height: 54px;
	background-image: url(images/banner-iclc.png);
	background-repeat: no-repeat;
}

#banner-ced {
	float: left;
	margin-right: 10px;
	width: 186px;
	height: 54px;
	background-image: url(images/banner-ced.png);
	background-repeat: no-repeat;
}

#credits {
	position: absolute;
	margin-left: 10px;
	margin-top: 590px;
	color: #666666;
}

#credits img {
	vertical-align: middle;
	border: none;
}

#credits a:link, #credits a:active, #credits a:hover, #credits a:visited {
	color: #DDDDDD;
}

#validation {
	position: absolute;
	margin-left: 410px;
	margin-top: 590px;
	width: 200px;
	text-align: right;
}

#validation img {
	border: none;
}