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


body {
	background-image:url(images/bodybkg.gif);
	background-repeat:repeat-x;
}

#mainContainer {
	width:950px;
	height:650px;
	left:50%;
	margin-left:-475px;
	position:absolute;
}

#container {
	width:720px;
	height:670px;
	padding:10px;
	left:50%;
	margin-left:-360px;
	border:#999999 solid thin;
	background-color:#FFFFFF;
	z-index:10;
	clear:both;
	position:absolute;
}
#ombra {
	width:763px;
	height:705px;
	left:50%;
	margin-left:-370px;
	/*background:#00CCCC;*/
	background:url(images/ombra.gif) no-repeat center;
	z-index:1;
	clear:both;
	position:absolute;
}

a.creditsRubik {
position:absolute;
z-index:50;
margin-right:0px;
margin-bottom:0px;
width:80px;
height:50px;
background:url(images/logoRubikDesign1.jpg) no-repeat bottom;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
text-decoration:none;
border:none;
color:#002a5c;
top:650px;
}

a.creditsRubik:hover {
background:url(images/logoRubikDesign2.jpg) no-repeat bottom;
}
