body {
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #00afe1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 710px;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	margin: 20px;
	border: 4px solid #009db6;
}

#top {
	width: 700px;
}
	#top td {
		vertical-align: top;
	}
	#top td.logo {
		text-align: center;
	}
		#top td.logo img {
			border: 0px;
		}
	#top td.info {
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		color: #333;
	}
		#top td.info a {
			text-decoration: none;
			color: #40b3c4;
			font-weight: normal;
		}
		#top td.info a:hover {
			text-decoration: underline;
			color: #333;
		}

#menu {
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	z-index: 99999;
}
#embed {
	position: relative;
	z-index: 1;
}

#body {
	font-size: 12px;
	color: #333;
	line-height: 22px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
}	

span.footer {
	color: #fff;
	font-size: 12px;
}