* { 
	padding:0px; 
	margin:0px; 
}

body {
  background:#000000 url(img/aqme-background4.jpg) no-repeat center top;
  margin-top:0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
}

#fullBlock {
  position:relative;
  margin:0px auto;
  width: 950px;
}

a, a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;	
}

#mainPage {
  background-color:#FFFFFF;
}

.shadowDown {
  background-image: url(img/shadowDown.png);
  background-repeat: repeat-x;
  height:6px;
  overflow:hidden;
}

.shadowUp {
  background-image: url(img/shadowUp.png);
  background-repeat: repeat-x;
  height:6px;
  overflow:hidden;
}

.shadowInfo {
  background-image: url(img/shadowInfo.png);
  background-repeat: repeat-x;
  height:6px;
  overflow:hidden;
}

.shadowEnd {
  background-image: url(img/shadowEnd.png);
  background-repeat: repeat-x;
  width:950px;
  height:6px;
  overflow:hidden;
}

.header {
  background-color: #000000;
  background-image: url(img/header.png);
  background-repeat: repeat-y;
  width:950px;
  height:130px;
}

.headerTop {
  background-color: #000000;
  background-image: url(img/header.png);
  background-repeat: repeat-y;
  width:950px;
  height:180px;
}

.info {
  background:#000000;
  border:#000000 1px solid;
  position:relative;
  margin:0px auto;
}

.infoUpError {
  text-align:center;
  background-image: url(img/infoUpError.png);
  background-repeat: repeat-x;
  height:20px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#FFFFFF;
}

.infoUp {
  text-align:center;
  background-image: url(img/infoUp.png);
  background-repeat: repeat-x;
  height:35px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:23px;
  padding-top:8px;
  font-weight:bold;
  color:#FFFFFF;
}

.infoDown {
  background-image: url(img/infoDown.png);
  background-repeat: repeat-x;
  height:10px;
}

.infoInside {
  border:#000000 solid 1px;
  background-color:#FFFFFF;
  margin-left:10px;
  margin-right:10px;
}

.miniLogo {
  background:url(img/believeBottom.png) no-repeat bottom right;
  width: 491px;
  height: 130px;
  left:472px;
  position: relative;
  cursor:pointer;
}

.mainLogo {
  background:url(img/logo.png) no-repeat bottom right;
  width: 443px;
  height: 169px;
  position: relative;
  top: 10px;
  margin:0px auto;
}

.inputCode {
  border:#000000 solid 1px;
  width:160px; 
	font-size:20px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#000000;
}

.submitCode {
  border:#000000 solid 1px;
  width:160px; 
	font-size:14px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#000000;
	cursor:pointer;
}

#linkBelieve {
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
}

.powered {
	color:#ffffff;
	float:right;
	font-weight:bold;
	margin-top:107px;
	font-size:12px;
	margin-right:130px;
	text-decoration:none;
}

