body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #12289b;
}

#container {
	margin: 0 auto;
	width: 980px;
	background-color: #f3f3f3;
}

#bottom {
	clear: both;
	height: 180px;
	width: 980px;
	background-color: #12289b;
}

#bottom h2 {
	color: #000066;
	font-family: Veranda, Arial, Helvetica;
	text-align: left;
	margin-left: 20px;
	font-size: 13pt;
}

#bottom p {
	color: #000000;
	font-family: Veranda, Arial, Helvetica;
	font-weight: normal;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 11pt;
}

#bottom a, a:visited, a:hover {
	color: #000000;
	font-family: Veranda, Arial, Helvetica;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-size: 12pt;
}

#audio {
	padding: 5px;
	clear: both;
	height: 40px;
	width: 970px;
	text-align: center;
	font-size: 16pt;
	color: #dddddd;
	background-color: #12289b;
}

#footer {
	padding: 5px;
	clear: both;
	height: 25px;
	width: 970px;
	text-align: right;
	font-size: 6pt;
	color: #dddddd;
	background-color: #12289b;
}

.t-img {
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
}


