html { 
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: trebuchet MS;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
	background: black url(../img/imgBck.jpg) repeat-x top;
}

img {
	border: 0px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: White;
}

a:hover, a:active {
	text-decoration: none;
	color: #707070;
}

/*
ELEMENTI DELLA PREHOME
*/

#contenitoreHome {
	position: absolute;
	width: 858px;
	height: 708px;
	top: 50%;
	left: 50%;
	margin: -354px -429px -354px -429px;
	overflow: hidden;
	z-index: 10;
}

#logoClass {
	position: relative;
	float: left;
	width: 100%;
	top: 310px;
	text-align: center;
}

#bttAccess {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	color: White;
	font-size: 12px;
	top: 325px;
}

.png {
	behavior: url("pngbehavior.htc");
}

/*
ELEMENTI STRUTTURA
*/

#player {
	position: relative;
	float: right;
	width: 200px;
	height: 15px;
	text-align: right;
	color: white;
	padding-right: 50px;
	padding-bottom: 5px;
}

#contenitore {
	position: relative;
	float: left;
	width: 858px;
	height: 708px;
	overflow: hidden;
	/*border: 16px solid white;*/
	/*padding: 21px auto 21px auto;*/
	z-index: 15;
	/*background-color: #AAAAAA;*/
}

#contenitoreTot {
	position: absolute;
	width: 858px;
	height: 708px;;
	top: 50%;
	left: 50%;
	margin: -354px -429px;
	overflow: hidden;
	z-index: 10;
}

#infoTxt {
	position: relative;
	float: left;
	width: 100%;
	font-size: 11px;
	height: 25px;
	text-align: center;
	color: #393939;
	padding-top: 5px;
}