﻿html {
  width: 100%;
  min-width:1000px;
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: #CD0000;
  overflow: auto;
  z-index: 10;
}

/*
body { 
  position: absolute; 
  left:50%;
  top:10px;
  width: 992px; 
  height: 611px; 
  padding:0; 
  margin-left:-490px;
  display:block;
	background-color: #000000;
  overflow:hidden;
  z-index:15;
}
*/
body { 
  position: absolute; 
  display:block;
  top:0;
  left:50%;
  bottom: 10px;
  width:990px;
  height:auto;
  padding:0; 
	padding-top:100px;
	padding-bottom:75px;
  margin:0;
  margin-left:-495px;
  overflow:visible;
  z-index:15;
}


#blackBox {
	position: relative;
	display: block;
	top: 0;
	bottom:0;
	left: 0;
	width: 988px;
	height:auto;
	padding-top:110px;
	padding-bottom:190px;
	margin: 0;
	border: 1px solid #FFFFFF;
	background-color: #151515;
  background-image: url('../images/background-left.png');
  background-position:left 80px;
  background-repeat: no-repeat;
	overflow: visible;
	z-index: 20;
	padding-left: 0;
	padding-right: 0;
}

#blackBox_backgroundRight {
  position:absolute;
  display:block;
  top:0;
  right:0;
	width: 273px;
	height:488px;
  background-image: url('../images/background-right.png');
  background-position:left 80px;
  background-repeat: no-repeat;
}

#logo {
  position: absolute;
  display: block;
  left: 20px;
  top: 28px;
  width: 660px;
  height: 125px;
  padding: 0;
  margin: 0;
  background-image: url('../images/logo_big2.png');
  background-repeat: no-repeat;
  overflow: auto;
  z-index: 25;
}

#pictureBannerBotton {
  position: absolute;
  display: block;
  left: 20px;
	bottom: -60px;
  width: 970px;
  height: 252px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 25;
}

.pBB_image {
  position: absolute;
  display: block;
  left: 0x;
	top: 10px;
  width: 160px;
  height: 200px;
  padding: 0;
  margin: 0;
	border: 1px solid #FFFFFF;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 30;
}



.hiddenText {
  margin:0;
  border:0;
  padding:0;
  font-size: 1px;
  visibility: hidden; 
}
