/* CSS Document */

body, form, html
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a
{
	color: #FF3300;
}

.pony
{
	background-color: #FF3333;
	position: absolute;
	right: 50%;
	bottom: 60%;
	background-image: url(../images/pony.gif);
	background-position: center;
	background-repeat: no-repeat;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.pizza
{
	background-color: #FFCC00;
	position: absolute;
	top: 40%;
	left: 50%;
	background-image: url(../images/pizza.gif);
	background-position: center;
	background-repeat: no-repeat;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.infopony
{
	position: absolute;
	top: 40%;
	right: 50%;
	width: 288px;
	height: 148px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.infopizza
{
	position: absolute;
	bottom: 60%;
	left: 50%;
	width: 288px;
	height: 148px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.numero
{
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -264px;
	width: 527px;
	height: 109px;
	background-image: url(../images/numero.jpg);
	background-position: center;
	background-repeat: no-repeat;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.sfondo
{
	position: absolute;
	width: 640px;
	height: 480px;
	margin-left: -320px;
	margin-top: -240px;
	top: 50%;
	left: 50%;
	background-image: url(../images/logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
}

.credits
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	position: absolute;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	bottom: 5px;
}

.menu
{
	position: absolute;
	width: 640px;
	height: 480px;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -240px;
	text-align: center;
}

.linkpony
{
	background-color: #FF3333;
	position: absolute;
	right: 50%;
	top: 5px;
	width: 150px;
	height: 80px;
}

.linkpizza
{
	background-color: #FFCC00;
	position: absolute;
	left: 50%;
	top: 85px;
	width: 150px;
	height: 80px;
}

.trasparenza
{
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

.immagini
{
	position: absolute;
	width: 596px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -298px;
	margin-top: -100px;
}