* {
	margin: 0px;
	padding: 0px;
}

a img,
table a img {
	border: none !important;
}

p.right {
	text-align: right;
}

html {
	overflow: hidden;
}

body {
	background: #9E3389 url(../images/loader.gif) no-repeat center center;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	overflow: hidden;
}

#testbody {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	overflow: hidden;
}

#fakeBody {
	display: block;
	visibility: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	overflow-y: scroll;
}

#site {
	display: block;
	clear: both;
	width: 980px;
	margin: 0px auto;
	padding-top: 10px;
	position: relative;
	z-index: 1;
	text-align: center;
}

#internal {
	display: block;
	clear: both;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding-top: 0px;
	position: relative;
	z-index: 1;
	text-align: center;
	overflow:hidden;
}

#site div.flashplayer {
	font-size:11px;
	text-align: center;
	color:#FFFFFF;
}

/* @group Footer */

#footer {
	display: block;
	visibility: hidden;
	clear: both;
	width: 100%;
	height: 100px; 
	position: fixed;
	bottom: 0px;
	overflow: hidden;
	left: 0px;
	background: url(../images/bg-footer.png) repeat-x top left;
	z-index: 3;
}

#footer div.visibile {
	display: block;
	clear: both;
	position: relative;
	margin: 2px auto 0px auto;
	width: 980px;
	text-align: center;
}

#footer div.invisibile {
	display: block;
	clear: both;
	position: relative;
	width: 980px;
	height: 300px;
	margin: 20px auto 0px auto;
}

#footer div.contatti {
	float: left;
	padding: 25px 0px 0px 0px;
	text-align: left;
	width: 300px;
}

#footer div.bmc {
	float: right;
	padding: 40px 0px 0px 0px;
	width: 300px;
}

#footer div.sponsor {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: 120px;
}

#footer div.pullup {
	display: block;
	float: left;
	padding: 15px 0px 0px 15px;
	width: 75px;
	_background: url(../images/pull_me_up.png) no-repeat  center center;
	outline: none;
}

.mydrop
{
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	font-family: Tahoma;	
	background-color: White;
}
.myinputbtn
{
   color:#000055;
   font-family: Calibri, Tahoma;
   font-size: 11px;
   font-weight:bold;
   height: 22px;
   background-color:#def;
   border: 1px solid;
   border-top-color:#666666;
   border-left-color:#666666;
   border-right-color:#333333;
   border-bottom-color:#333333;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}



/* @end */