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

html,body
{
	height:100%;
	margin: 0;
	padding: 0;
}
body
{
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
#mainpage
{
	background: url(../images/bg_face.gif) left top no-repeat fixed;
	/*background-size:50%;
	-moz-background-size:50%;
	-o-background-size:50%;*/
	/*border: medium solid #009;*/
	padding: 0px;
	margin: 0px;
	height: 100%;
}
#mainpage h1
{
	position: absolute;
	top: -500px;
}

#bgright
{
	/*border: medium solid #FC0;*/
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../images/dg_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow:auto;
}

#container
{
	margin: 0 auto;
	width: 968px;
	/*border: medium solid #F00;*/
	min-height: 96%;
	position: relative;
}
#header
{
	text-align: right;
	overflow: hidden;
}
#menu
{
	position: relative;
	z-index: 999;
}
#main
{
	padding: 40px 0;
	padding-bottom: 100px;
	margin: auto;
}
#webstunning_video_player
{
	margin:auto;
	height: 300px;
	width: 640px;
	position: relative;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-box-shadow:5px 5px 12px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:5px 5px 12px rgba(0, 0, 0, 0.6);
	box-shadow:5px 5px 12px rgba(0, 0, 0, 0.6);
	border: 15px solid #FFF;
}
#WSplayer
{
	top:0px;
	left:0px;
}
#footer
{
	/*border: medium solid #0F0;*/
	bottom: 0px;
	position: absolute;
	width: 100%;
	height: 100px;
}
#footer #indirizzo
{
	right: -165px;
	position: relative;
	bottom: -25px;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	top: 0px;
}
#footer #smoke
{
	position: absolute;
	left: 7px;
	top: 20px;
}

ul
{
	list-style:none;
}
div#footer ul#social li
{
	padding: 0px;
	float: right;
	position: relative;
	bottom:0px;
	right:5px;
	width: 64px;
	height: 64px;
}
div#footer ul#social li img
{
	position: absolute;
	width: 64px;
	bottom: 0px;
	right: 5px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

#tt
{
	position:absolute;
	display:block;
}

#ttcont
{
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	background-color:transparent;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
