@import url("reset.css");

/* =main
====================================================================== */

body {
	background: #000 url("i/background.png") repeat-x;
	border-top: 1px solid #282727;
	text-align:center;
}

#shadow {
	background: url("i/splash-shadow.png") no-repeat 50% 0;
	padding: 4px 34px 0 34px;
	width: 870px;
	height:721px;
	margin: 0 auto;
	text-align:left;
}

#site {
	margin: 0 auto;
	background: url("i/splash-site.png") repeat-y 50% 0;
}

#master-header {
	background: url("i/splash-top.png") no-repeat;
}

#master-header h1 {
	width: 123px;
	height: 161px;
	margin: 0 auto;
	background:	url("i/splash-giallorossa.png") no-repeat;
	text-indent: -1000em;
	margin-bottom: 40px;
}

img {
	border: 5px solid #000;
	display: block;
	margin: 0 auto;
}

p {
	height: 0;
	overflow: hidden;
}

ul {
	padding: 10px 0 19px 66px;
	background: url("i/splash-line.png") no-repeat 0 100%;
}

ul:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

li {
	float: left;
	margin-left: 36px;
}

li a {
	display: block;
	width: 320px;
	height: 163px;
	background-repeat: no-repeat;
	background-image: url("i/splash-buttons.png");
	text-indent: -1000em;
	outline: none;
}

#entry-restaurant a {
	background-position: 0 0;
}

#entry-restaurant a:hover,
#entry-restaurant a:focus {
	background-position: 0 -163px;
}

#entry-take-away a {
	background-position: -320px 0;
}

#entry-take-away a:hover,
#entry-take-away a:focus {
	background-position: -320px -163px;
}