* { 
	padding:0px; 
	margin:0px; 
}

body {
  background-color: #ffffff;
  /*
  background-image: url(img/body.png);
  background-repeat: repeat-x;
  */
  background-color:#F0E1CA;
  margin-top:8px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}

#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: #0072bc;
  /*
  background-image: url(img/headernew.png);
  background-repeat:no-repeat;
  */
  background-image: url(img/frise.png);
  background-repeat:repeat-x;
  background-position:top;
  width:950px;
  height:130px;
}

.header2 {
  background-color: #0072bc;
  background-image: url(img/frise.png);
  background-repeat:repeat-x;
  background-position:bottom;
  width:950px;
  height:130px;
}

.info {
  background:#f0e1ca;
  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/logo.png) no-repeat bottom right;
  width: 381px;
  height: 100px;
  position: relative;
  top: 10px;
  left: 10px;
}


.inputCode {
  border:#0072bc solid 1px;
  width:160px; 
	font-size:20px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#0072bc;
}

.submitCode {
  border:#942723 solid 1px;
  width:160px; 
	font-size:14px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#942723;
	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;
}

table {
  font-size:14px;
}

.namePosition{
	margin-left		: 	-1px;
	vertical-align	:	35px;
	font-weight		:	bold;
	position:relative;
	
}

.titlePosition{
	
	margin-left	:	65px;
	margin-top	:	-35px;
	padding-top	:	0px;
	font-weight	:	normal;
	margin-bottom	:0px;
	
	
}

.coverPosition{
	margin-left	: 	-80px; 
	margin-top	:	20px;

	
} 
