#container {
	width:7in;
	z-index:1;
}
#logo {
	position:absolute;
	left:10px;
	top:35px;
	width:418px;
	height:116px;
	z-index:2;
}
#check-top {
	position:absolute;
	left:0px;
	top:0px;
	width:7in;
	height:22px;
	z-index:3;
	background-image: url(../images/check-green.png);
	background-repeat: repeat-x;
}
#check-bottom {
	position:absolute;
	left:0px;
	top:411px;
	width:7in;
	height:22px;
	z-index:3;
	background-image: url(../images/check-red.png);
	background-repeat: repeat-x;
}
#phone {
	position:absolute;
	left:4.5in;
	top:49px;
	width:233px;
	height:43px;
	z-index:2;
}
#pizza {
	position:absolute;
	left:3.49in;
	top:110px;
	width:334px;
	height:301px;
	z-index:1;
}
#hours {
	position:absolute;
	left:42px;
	top:201px;
	width:251px;
	height:146px;
	z-index:2;
	font-size: 18px;
	color: #003333;
}
#Menu {
	position:absolute;
	left:10px;
	top:205px;
	width:206px;
	z-index:2;
	font-size: 18px;
	font-weight: bold;
	display: none;
}
#Menu ul {
	margin-left: 0px;
	padding-left: 15px;
}
#Menu li {
	list-style-image: url(images/home/flag-n.png);
	margin-left: 0px;
	padding-left: 5px;
}
#Menu a {
	color: #003333;
	text-decoration: none;
}
#Menu a:hover {
	list-style-image: url(images/home/flag-y.png);
	color: red;
	text-decoration: underline;
}
#copyright {
	position:absolute;
	left:0px;
	top:435px;
	width:7in;
	height:15px;
	z-index:3;
	font-size: 11px;
	text-align: center;
}
#copyright a {
	color: red;
}
