@charset "UTF-8";
/* CSS Document */

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;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}a {
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#contenitore {
	margin: auto;
	width: 900px;
}
#contenitore #testata {
	width: 100%;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.titolo {
	margin: 3px;
	float: left;
	width: 400px;
	
}
.scarica {
	margin: 3px;
	float: right;
	width: 400px;
	font-size: 18px;
	text-align: center;
}

.cancella { clear:both; visibility:hidden; }


.player {
	float: left;
	width: 650px;
	height: 490px;
	margin: 3px;
}


.messaggi {
	float: right;
	width: 220px;
	margin: 3px;
}

.Stile2 {
	font-size: 36px;
	color: #FF0000;
}
.Stile20 {font-size: 14px}
.Stile21 {font-size: 16px}
.Stile24 {color: #0000FF}


.lista {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	width:100%;
	margin:0;
	padding:0;
}

