* {
        margin: 0;
        padding: 0;
        border: 0;
}

body { 
     background: #0c0700 url(images/bg.jpg) no-repeat top;
     font: 12px Tahoma,Arial;
     color: #723f11;
     margin: 0px;
}

div, img, li, input {
     behavior: url('js/fix/iepngfix.htc');
}

a {
  font: bold 12px Tahoma,Arial;
     color: #3b1f05;
     text-decoration:none;
}

#all {
     width: 1020px;
     height: 800px;
     margin: 0 auto;
     border: transparent 1px solid;
}

#side-container {
     background: url(images/bg-main.jpg) no-repeat top;
     width: 944px;
     height: 698px;
     margin-top: 35px;
     margin-left: 38px;
}

#side-bottom {
     width: 920px;
}

.build {
     padding-top: 146px;
     padding-left: 76px;
}

#bg-title {
     float: left;
     width: 545px;
     margin-top: 70px;
     margin-left: 20px;
     font: 20px Tahoma,Arial;
     color: #ba936a;
}

#bg-titlex {
     float: left;
     width: 545px;
     margin-top: 70px;
     margin-left: 20px;
     font: italic 20px Times,Tahoma,Arial;
     color: #886541;
}

#bg-logo {
     background: url(images/bg-logo.jpg) no-repeat top;
     float: right;
     width: 242px;
     height: 103px;
     margin-top: 12px;
}

#bg-scroll {
     float: left;
     width: 660px;
     height: 290px;
     overflow-y: auto;
     padding-left: 20px;
     font: 12px Tahoma,Arial;
}

#bg-flash {
     width: 680px;
     height: 260px;
     text-align: center;
}

#bg-stopka {
     float: right;
     text-align: right;
}

#bg-stopka-copyright {
     float: left;
     text-align: left;
     color: #2b1f11;
}

input { 
	font: 12px Tahoma,Arial;
	color:#ba936a;
	background-color: #2e2315;
	border: 1px #ba936a solid; 
	width: 150px;
	height: 20px;
	margin-bottom: 10px;
}

input:focus { 
	color:#f2cea4;
	background-color: #291d10;
	border: 1px #f2cea4 solid; 
}

.textbox {
	font: 12px Tahoma,Arial;
	color:#ba936a;
	background-color: #2e2315;
	border: 1px #ba936a solid; 
	width: 180px;
	height: 110px;
	margin-bottom: 10px;
}

.textbox:focus { 
	color:#f2cea4;
	background-color: #291d10;
	border: 1px #f2cea4 solid; 
}

.button {
	font: bold 12px Tahoma,Arial;
	color:#f2cea4;
	background-color: #782d28;
	border: 1px #c1a287 solid;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
}

.button:hover {
	color:#ffffff;
	background-color: #6f2526;
	border: 1px #f2cea4 solid;
}
