@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	padding: 0px;
}

.container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	position: relative;
}



#header {
	background-image: url(Images/ACME-Games.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 770px;
	position: relative;
}
#topmenu {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 770px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}

#gap {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 770px;
	position: relative;
}

a:link {
	text-decoration: none;
	border-style: none;
}

a:visited {
	text-decoration: none;
	border-style: none;
}

a:hover {
	text-decoration: none;
	border-style: none;
}

a:active {
	text-decoration: none;
	border-style: none;
}

#aboutus {
	font-size: 16px;
	background-image: url(Images/About-Us.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 500px;
	position: absolute;
}
#about {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#hoursofoperation {
	background-image: url(Images/Hours-of-Operation.gif);
	background-repeat: no-repeat;
	height: 400px;
	width: 270px;
	position: absolute;
	left: 500px;
}
#hours {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#calendar {
	margin: 0px;
	padding: 0px;
	width: 770px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
