.sito {
	width: 800px;
	border: 1px solid #333;
	border-top: 0 None #fff;
	background-color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

body {
	background-color: #b3b3b3;
	margin: 0;
	padding: 0;
}

.menu
{
	width: 100%;
	/*background-color: #333;*/
	
	background: url(img/menu_bg.gif) repeat-x;
	color: #FFF;
	height: 32px;
	
	color: #FFF;
	height: 35px;

	border-width: 1px;

	vertical-align: middle;
	text-transform: inherit;
	border-top-color: #000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #FFF;
	font-family: "Verdana", "Georgia", "Arial";
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;

}

.menu .button
{
	padding: 0 8px 0 8px;
	text-transform: inherit;
	border-right: #FFF;
	border-left: #000;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}
.menu .button:hover { background-color: #666; }
.menu .button a
{
	color: #FFF;
	text-transform: inherit;
	text-decoration: none;
	/*padding: 0 8px 0 8px;*/
	text-align: center;
}

.menu .space
{
	width: 40px;
}


.menu .extra
{
	width: 100%;
	border-right: #FFF;
	border-left: #000;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}

.content {
	padding: 10px;
	text-align: left;
	text-align: left;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.screenshots {
	text-align: center;
}

.screenshots td {
	padding: 3px;
}

h3 {
	text-align: left;
}