@charset "utf-8";
<!--
body,td,th {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #333333;
			}
body {
			background:#FFF;
			margin:0px;
}
#wrapper {
			position:relative;
			width:100%;
			padding-top:150px;
			}
#container {
			position:relative;
			width:400px;
			margin:0 auto;
			}

#header {
			position:relative;
			float:left;
			width:100px; height:150px;
			padding-top:50px;
			margin-right:30px;
			}
#content {
			position:relative;
			float:left;
			width:200px; height:200px;
			padding-top:30px; padding-left:30px;
			background:url(../img/paperCutRight.png) 0 0 no-repeat;
			}
.clearer {
			clear:both;
			}
/*ENTER SITE */
#enterSite {position: relative; width: 120px; height: 48px; padding: 0; margin-top:12px; margin-bottom:16px;}
#enterSite li {display: inline; }
#enterSite li a {float: left; width: 120px; height: 0; padding-top: 24px; overflow: hidden; background-image: url(../img/enterSite_bg.png); }
/* BUTTONS */
#enterSite li#es-ita a { background-position: 0 0; }
#enterSite li#es-eng a { background-position: 0 -24px; }
/* OVER STATES */
#enterSite li#es-ita a:hover { background-position: -120px 0;}
#enterSite li#es-eng a:hover { background-position: -120px -24px;}

#recommendations {
			position:relative;
			border-top: #ccc 1px dashed;
			color:#bbb;
			}
#recommendations a { text-decoration:none; color:#bbb;}
#recommendations a:hover { text-decoration:underline; color:#666;}
#recommendations a:active { text-decoration:underline; color:#333;}
-->
