/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#413A30;
	}

#conteiner{
	margin:auto;
	width:1000px;
	height:800px;
	padding:0;
	background-image: url(img/u-izradi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#txtwrap {
	position:absolute;
	width:110px;
	height:140px;
	padding:0;
	margin-left:390px;
	margin-top:430px;
	}
#brandconteiner{
	width:463px;
	height:138px;
	padding:0;
	padding-bottom:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AF2E2E;
	margin-left: 0;
	}
.slova {
	margin-top:2px;
	color:#7a2021;
	font-size:11px;
	display:block;
	}
a:link{
	color:#413A30;
	text-decoration: none;
	}
a:hover{
	color:#AF2E2E;
	text-decoration: underline;
	}
#footer{
	position:absolute;
	margin-top:610px;
	width:463px;
	margin-left:390px;	
	color:#AF2E2E;
	}
