html, body {
/*  background-color: #EEEEDD; */
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #000000 url(design/background.jpg) repeat-x left top;
}

#header {
  font-size: 10px;
  height: 10px;
  color: #ffffff;
  background-color: #ffffff;
  text-align: center;
}

#content {
/*	position: relative;
	z-index: 1;*/
	width: 1000px;
	height: 562px;
	margin: 0 auto;
	background: url(design/desk.jpg) no-repeat left top;
}

#content2 {
/*	position: relative;
	z-index: 1;*/
	width: 1000px;
	height: 562px;
	margin: 0 auto;
	background: url(design/desk2.jpg) no-repeat left top;
}

#login {
  padding: 230px 0px 0px 0px;
}

.login_name {
}

#contact { text-align: center; text-decoration: none; font-weight:bold; color:#3333FF; padding: 16px 0px 0px 32px; }
#contact a:link { text-align:left; text-decoration: none; font-weight:bold; color:#3333FF; }
#contact a:visited { text-align:left; text-decoration: none; font-weight:bold; color:#3333FF; }
#contact a:hover { text-align:left; text-decoration: none; font-weight:bold; color:#FF3333; }
#contact tr { background-color:#FFFFAA }

#back { text-align: center; text-decoration: none; font-weight:bold; color:#3333FF; padding: 16px 0px 0px 50px; }
#back a:link { text-align:left; text-decoration: none; font-weight:bold; color:#3333FF; }
#back a:visited { text-align:left; text-decoration: none; font-weight:bold; color:#3333FF; }
#back a:hover { text-align:left; text-decoration: none; font-weight:bold; color:#FF3333; }
#back tr { background-color:#FFFFAA }

#conta { padding: 72px 0px 0px 0px; }
#conta a:link { text-decoration: none; font-weight:bold; color:#3333FF; }
#conta a:visited { text-decoration: none; font-weight:bold; color:#3333FF; }
#conta a:hover { text-decoration: none; font-weight:bold; color:#FF3333; }
#conta tr { background-color:#FFFFAA }

#cont {
  padding: 72px 0px 0px 0px;
}

.empty {
  margin: 16px 0px 0px 0px;
}

.error {
  color:#ff3333;
  margin: 16px 0px 0px 0px;
}

.succes {
  color:#009900;
  margin: 16px 0px 0px 0px;
}

#conta {
  text-align: center;
  padding: 120px 0px 0px 40px;
}

#footer {
  height: 80px;
  color: #000000;
  background-color: #000000;
  text-align: center;
}

