body {
	color: #000000;
	margin: 0px 0px 0px 0px;
	font: 10px verdana, arial, helvetica, sans-serif;
	background: url('../images/back.png') top left repeat-y #ffffff;
	}
/* main frame */
.all {	position:relative;
	padding:0px;	width: 100%;
	border: none;
	}
/* top */
.top {	position: relative;
	z-index: 10;
	left: 0px;
	top: 0px;
	height: 150px;
	border: none;
	background: #1b1b1b;
	padding: 0px;
	}
.logo {
	position: relative;
	z-index: 15;
	float:left;
	top: -100px;
	width: 500px;
	height: 100px;
	background: url('../images/logo.png') top left no-repeat;
	}
.topleft {	position: relative;
	z-index: 11;
	float:left;
	left: 0px;
	top: 0px;
	width: 411px;
	height: 150px;
	background: url('../images/topleft.png') top left no-repeat;
	}
.mainbutton {	position: relative;
	z-index: 12;
	float: left;
	left: 50px;
	top: 25px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color:#fac60e;
	text-align: center;
	}
.aboutbutton {
	position: relative;
	z-index: 12;
	float: left;
	left: 80px;
	top: 35px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color:#fac60e;
	text-align: center;
	}
.topmiddle {
	position: relative;
	z-index: 11;
	float: left;
	top: 0px;
	left: 0px;
	height: 150px;
	background: url('../images/topmiddle.png') top left repeat-x;
	}
.topright {	position: relative;
	z-index: 12;
	float: right;
	top: 0px;
	right: 0px;
	width: 411px;
	height: 150px;
	background: url('../images/topright.png') top right no-repeat;
	}
.contactsbutton {
	position: relative;
	z-index: 13;
	float: right;
	right: 50px;
	top: 25px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color:#fac60e;
	text-align: center;
	}
.uslugibutton {
	position: relative;
	z-index: 13;
	float: right;
	right: 80px;
	top: 35px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color:#fac60e;
	text-align: center;
	}
