body {
	margin: 0;
	padding: 0;
	background: #33dd00;
	background-repeat: no-repeat;
	color: #000000;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 13px;
}
#loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -80px;
	margin-top: -24px;
	width: 160px;
	height: 48px;
	background: #66ff77;
	color: #000000;
	border: solid 1px black;
}
#atras {
	background: #66ff77;
	color: #000000;
}
#status {
	background: #005500;
	width: 0%;
}
#body {
	display: inline;
	float: left;
	width: 750px;
	color: #000000;
}
.header {
	background: #00cc00;
}
#menu {
	width: 1000px;
	text-align: center;
	background: url('images/mitem.png');
}
.mitem {
	display: inline;
}
a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-weight: bold;
}
input {
	background: #00cc00;
	color: #000000;
}
#sidebar {
	display: inline;
	float: right;
	width: 250px;
	color: #000000;
	margin-top: 51px;
	padding-top: 20px;
}
#wrap {
	width: 1000px;
	margin: 0 auto;
	background: url('images/body_back.png') #00cc00;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-bottom: 15px;
	border-radius: 0px 0px 15px 15px;
}
#footer {
	clear: both;
	text-align: center;
	border-top: solid 1px black;
	color: #000000;
}
#content {
	width: 750px;
	padding-left: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#header {
	margin: 0 auto;
	width: 1000px;
}