#wrap
{
	position:absolute; top:0px; bottom:0px; right:0px; left:0px;
	background-color:black;
	font-family: Arial, Verdana, Georgia, "Times New Roman";
}

#wrap1
{
	margin: 0px auto 0px auto;
	height: 100%;
	display:table;
}

#wrap2
{
	display:table-cell;
	vertical-align:middle;
}

#logo
{
	background-image:url(immagini/daneel.png);
	height:218px;
	width:580px;
	cursor:pointer;
}

#content {
	position: fixed;
	display:none;
	background-image: url(immagini/bg_transp.png);
	top:10%;
	left:15%;
	right:15%;
	bottom:15%;
	text-align:center;
	border-radius: 20px;
	-moz-border-radius: 20px;
}

#close{
	float: right;
	height:30px;
	width:30px;
	background-image:url(immagini/close.png);
	cursor:pointer;

}

#close:hover{
	background-position: 0px 30px;
}

h1{
	margin-bottom:0px;
}

div.element{
	display:inline-block;
	height:310px;
	width:268px;
	background-image:url(immagini/item.png);
	margin:30px;
	margin-top: 5px;
	margin-bottom:5px;
}

div.element *{
	display:block;
}

div.element img{
	margin: 30px auto 0px auto;
	width:205px;
	height:134px;
}

div.element a{
	position: relative;
	top: -70px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

div.element span{
	width:205px;
	height:134px;
	margin: 0px auto 0px auto;
	position:relative;
	left: -0px;top: -134px;
	background-image:url(immagini/item_over_image.png);
	background-repeat: no-repeat;
}

#items{
	margin:0px 0px 0px 0px;
	width: 100%;
	white-space: nowrap;
	overflow:hidden;
}
