/* v1.0 | 20046212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul , li{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****/

html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background:url('bg.jpg');
	font-family: verdana, arial, sans-serif;
	font-size: 11px;	
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-250px;
	width:1px;
}
 
#centered {
	position:relative; 
	clear:left;
	height:500px; 
	width:80%; 
	max-width:430px; 
	min-width:430px;
	margin:0 auto;
}
 
#content {
	position:absolute; 
	left:0; right:0; top:0; bottom:0;
	/*overflow:auto; */
	height:500px;
	padding:0; 
	margin:0;
}

.audio{float:left;}
.estudio{float:left;}

.audio a, .estudio a{height:399px;width:213px;display:block; color:transparent;text-indent:-9999px;}
.audio a{background:url(audio-sin-luz.png);}
.audio a:hover{background:url(audio-con-luz.png);}
.estudio a{background:url(estudio-sin-luz.png);}
.estudio a:hover{background:url(estudio-con-luz.png);}

.vita, .contacta{
	margin: 0px auto;
	display:block;
}

.contacta{clear:both;}
.social{position:absolute; bottom:-23px; left:195px;}
.social a{float:left; margin-right:5px;}
