* { 
	padding:0px; 
	margin:0px; 
}

body {
  background-color: #000000;
  margin-top:30px;
  font-family:georgia, prestige, 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: #57372c;
  background-image: url(img/header.png);
  background-repeat: repeat-y;
  width:950px;
  height:130px;
}

.info {
  background:#2b170e;
  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:43px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:36px;
  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(../design/miniLogoBelieveTransparent.png) no-repeat bottom right;
  width: 109px;
  height: 29px;
  position: relative;
  top: 90px;
  left: 830px;
  cursor:pointer;
}

.mainLogo {
  background:url(img/logoWhite.png) no-repeat bottom right;
  width: 400px;
  height: 59px;
  position: relative;
  top: 20px;
  left: 20px;
}

.inputCode {
  border:#2b170e solid 1px;
  width:160px; 
	font-size:20px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#2b170e;
}

.submitCode {
  border:#2b170e solid 1px;
  width:160px; 
	font-size:14px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#2b170e;
	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;
}

.extrait{
	margin-left:20px;
	font-style:normal;
}
