@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/Bacground.png);
	background-repeat: repeat-x;
	background-color: #999;
        background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
	color:#FFF;
}

#principale {
	width: 960px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}

#testa {
	width: 960px;
	height: 170px;
	float: left;
	background-image: url(images/Testa.gif);
	background-repeat: no-repeat;
}

#menu_o {
	width: 960px;
	height: 70px;
	background-image: url(images/menu.png);
	float: left;
	background-color: #FFFFFF;
	border-bottom: 1px #000 solid;
	border-top: 1px #000 solid;
}

.menu {
	color: #333;
	float: left;
	display: inherit;
}

ul.menu {
	list-style-type: none;
	float: left;
	margin-left: 50px;
}

ul.menu li {
	width: auto;
	height: auto;
	float: left;
	margin-right: 30px;
}

ul.menu li a {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	text-decoration: none;
	font-variant: small-caps;
}

ul.menu li a:hover {
	text-decoration: none;
	color: #FFF;
	font-variant: small-caps;
	background-repeat: repeat;
	cursor: pointer;
}

ul.menu li a:focus {
	text-decoration: none;
	color: #06C;
	font-variant: small-caps;
	background-repeat: repeat;
	cursor: pointer;
}

#content {
	width: 960px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
}

#content a {
	text-decoration: none;
	color: #FFF;
}

#content a:hover {
	text-decoration: underline;
	color: #FFF;
}

#footer {
	width: 960px;
	height: 170px;
	background-image: url(images/footer.gif);
	float:left;
	background-repeat: no-repeat;
}

#image_content {
	width: 327px;
	height: 270px;
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#textbox {
	height: auto;
	width: 570px;
	float: left;
	margin-top: 30px;
	color: #333;
	font-size:14px;
}

#box_link {
	width: 500px;
	height: auto;
	border: 1px solid #000;
	color: #000000;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 40px;
        line-height: 40px;
}

#minibox {
	width: 130px;
	height: auto;
	float: left;
	margin-left: 10px;
	font-size: 14px;
	color: #333333;
	display: block;
}

#footer_credits {
	width: 300px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
	color: #000;
	margin-top: 35px;
	font-size: 12px;
	text-align: center;
	line-height: 0px;s
}

#footer_credits a {
	color: #FFF;
	text-decoration: none;
}

#footer_credits a:hover {
	color: #FFF;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

#box_link a {
	color: #777;
	text-decoration: underline;
}

#box_link a:hover {
	color: #09F;
	text-decoration: none;
	cursor: pointer;
}

table {
        margin-top: 30px;
}

.player {
	width: 300px;
	height:20px;
	float: left;
	margin-top: 20px;
}