body {
	margin: 0px;
	text-align:center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #5e552d;
}
#left {
	background-color: #6D664E;
	padding: 10px;
	width: 500px;
	float: left;
}
#right {
	background-color: #A79E83;
	float: right;
	width: 210px;
	padding: 10px;
}
#clear {
	clear:both;
}
#line {
	height: 1px;
	background-color: #6D664E;
}
#superexo {
	margin: 0 auto;
	width:100%;
	height:800px;
	background-image: url(images/backgroud.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#exo {
	margin: 0 auto;
	width:807px;
}
#top {
	height: 120px;
	background-color:#000066;
}
#menu {
	height: 39px;
}
#body {
	background-color: #908765;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #020201;
	border-left-color: #020201;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #020201;
	border-bottom-color: #020201;
	text-align: left;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
#body a:link, #body a:visited, #body a:active{
	color: #FFFFFF;
	text-decoration:underline;
}
#body a:hover{
	color: ##FFFF99;
	text-decoration:underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
#bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #807548;
	background-color: #020201;
	text-align: right;
	vertical-align: middle;
	padding: 20px;
}
#bottom a:active, #bottom a:visited, #bottom a:link {
	color: #807548;
	text-decoration:none;
}
#bottom a:hover {
	color: #807548;
	text-decoration: underline;
}
#credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 10px;
}
#credits a:active, #credits a:link, #credits a:visited  {
	color: #020201;
	text-decoration:none;
}
#credits a:hover  {
	color: #FF9900;
	text-decoration:underline;
}
