/* Reset */
body, div, h1, h2, h3, h4 p, a, form, label, li, img {
    margin: 0;
    border: 0;
    padding: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/*html { height: 100%; }*/

body {
    color: #ad7524;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 0.85em;
    position: relative;
    background: #000000;
}
table {
    font-size:inherit;
    font:100%;
}
small {
	font-size: 0.7em;
}
body * {
   	line-height: 1.4em;
}
input {
	line-height: 1.2em;
}
a {
	color: #ad7524;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 2.3em;
	
	float: none;
}
h2, h3 {
    font-size: 1.2em;
}
h4, h5, h6 {
    font-size: 1em;
}
p {
    margin-top: 0em;
    margin-bottom: 1em;
}

#bd {
    width: 13500px;
    *width: 13440px;
}
#bdIn {
	width: 100%;
}
#contentSpace {
	overflow: hidden;
	padding: 30px;
	width:100%;
}
.contentItem {
	float:left;
	clear: right;
	width:960px;
}

.picture {
	float: left;
	width: 450px;
}
.textBlock {
	margin-top: 30px;
	margin-left: 450px;
	width: auto;
}
.headerItem {
	font-size: 8em;
	clear: both;
}

.startItem .rightText {
	float: right;
	width: 250px;
	margin-top: 270px;
	text-align: center;
}
.startItem .picture {
	width: 350px;
}
.startItem .textBlock {
	float: none;
	margin-top: 270px;
	margin-left: 350px;
	margin-right: 250px;
}

#countersBlock {
  position: absolute;
  bottom: 10px;
  left: 10px;
}