/* Body */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-image: url('../images/background/afternoonbg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #99ddff;
}


/* Container */

#container {
	text-align: center;
}

#container2 {
	margin: 0 auto;
	padding: 0;
	width: 762px;
	height: 502px;
	text-align: left;
	background-image: url('../images/background/eveningcontent.png');
	background-repeat: no-repeat;
	margin-bottom: 95px;
}



/* Header */

#header {
	margin 0:
	padding: 0;
	height: 95px;
	width: 100%;
	background: url('../images/background/afternoonhead.jpg') no-repeat top left;
}

#header h1, #header h2 {
	display: none;
}


/* Footer */

#footer {
	height: 95px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	clear: both;
	background-image: url('../images/background/afternoonfooter.png');
	background-repeat: repeat-x;
}

#footer p {
	margin: 0;
	padding: 0;
	padding-top: 80px;
}

#footer a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover{
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}