html,body{margin: 0;padding:0;height: 118%;}

body{font-size: 10px;text-align: center;
	background: #5a6b67 url(images/grad.gif) repeat-x fixed 0 -60px;
}

#footer{position: fixed; width: 340px; text-align:left;
	height: 118px;
	background: url(images/bottom.png) -90px 0;
	bottom: -80px;
	z-index: 5;
	left: 0;
	display: none;
}

.box {
	vertical-align: bottom;
	border: 2px solid white;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	opacity: 1;
	text-align: left;
}

#appear {
	background-color: #5f2a24;
	-webkit-border-radius: 6px;
	padding: 4px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	margin-bottom: 17px;
	text-shadow: #e4aaa3 0 0 10px;
	-webkit-box-shadow: 0px 0px 5px rgba(255,255,255,0.9);
}

.box2 {
	vertical-align: bottom;
	border: 2px solid white;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
}

.main {
	vertical-align: bottom;
	border: 2px solid white;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
}

h1 {
	color: white;
	font: bold 14px/25px "Courier New", Courier, mono;
	text-align: center;
	text-transform: uppercase;
	background-color: #5a6b67;
	margin-top: 5px;
	margin-bottom: 12px;
	-webkit-border-radius: 6px;
	border: 1px solid white;
	padding: 1px;
	-webkit-box-shadow: -2px 2px 9px rgba(0,0,0,0.5);
}

h2 {
	color: white;
	font: bold 12px "Courier New", Courier, mono;
	text-align: left;
	text-transform: capitalize;
	background-color: #5a6b67;
	padding: 1px 1px 1px 4px;
}

.text {
	color: white;
	font: 12px/13px "Courier New", Courier, mono;
	text-align: left;
}

.text_elenco {
	color: white;
	font: 12px/13px "Courier New", Courier, mono;
	text-align: left;
	list-style-type: circle;
}

.text_bold {
	color: white;
	text-align: left;
	text-shadow: #2a2a2a 2px 2px 3px;
	font: bold 11px/13px "Helvetica Neue-Bold", Helvetica-Bold, Arial, Helvetica, Geneva, sans-serif;
}

.text_list {
	color: white;
	font: bold 12px/13px "Courier New", Courier, mono;
	text-align: left;
	margin-left: 25px;
	letter-spacing: 0.1em;

	
}

h3 {
	color: white;
	font: bold 12px/13px "Courier New", Courier, mono;
	text-align: left;
	padding: 2px 5px 0;
	border-width: 1px;
	border-style: dotted;
	letter-spacing: 0.1em;

}

a:link {
	color: #212c29;
	text-decoration: none;
}

a:visited {
	color: #334440;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

a.badge:hover {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent;
}

a img {
	border: 0px none;
}

#logo {
	position:absolute;
	width:200px;
	height:66px;
	z-index:1;
	left: 20px;
	top: 20px;
}

#Layer1 {
	position:absolute;
	width:200px;
	height:38px;
	z-index:3;
	left: 20px;
	top: 91px;
}

#box {
	position:absolute;
	width: 278px;
	height:179px;
	z-index:2;
	left: 22px;
	top: 140px;
	-webkit-border-radius: 8px;
	border: 1px solid white;
	padding: 8px;
}

#Layer2 {
	position: absolute;
	width: 278px;
	height:114px;
	z-index:2;
	left: 22px;
	top: 747px;
	-webkit-border-radius: 8px;
	border: 1px solid white;
	padding: 8px;
}

#Layer3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:6;
	left: 482px;
	top: 52px;
	
}

#main {
	position:absolute;
	height: 355px;
	z-index:2;
	left: 22px;
	top: 354px;
	width: 278px;
	-webkit-border-radius: 8px;
	border: 1px solid white;
	padding: 8px 8px 10px;
	overflow: auto;
}

#badge {
	width: 133px;
	height: 136px;
	z-index: 5;
	position: absolute;
	left: 108px;
	top: 910px;
}

ul
 {
	list-style-type: square;
}

@media screen and (max-device-width: 400px) {
#appear {display: block;}
}

