html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	background: #000000;
	text-align: center;
}

div {
	font-family: "Georgia", "Palatino Linotype", "Century", "Times New Roman", "Sans Serif";
	color: #dddddd;
	font-size: 13px;
	text-align: justify;
}

img {
	border: 0;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

#container {
	background: url('../images/container-background.jpg') no-repeat;
	width: 970px;
	height: 570px;
	position: absolute;

	top: 50%;
	margin-top: -285px;

	left: 50%;
	margin-left: -485px;
	z-index: 100;
}

h1 {
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 20px;
	background: url('../images/header-background.jpg') no-repeat;
	font-weight: normal;
	margin-top: 35px;
}

#logo {
	display: block;
	margin-left: 40px;
	margin-top: 30px;
}

div.text {
	margin-left: 40px;
	margin-right: 290px;
	text-align: justify;
	line-height: 160%;
}

#galeria {
width: 520px;
}

#galeria p{
float: left;
text-align: center;
margin-right: 20px;
margin-top: 10px;
}

#wspolpraca p{
float: left;
text-align: center;
margin-right: 20px;
margin-top: 30px;
}

#wspolpraca img, #galeria img{
border: solid 1px #fff;
}

#gitary, #wspolpraca{
height: 350px;
width: 620px;
overflow: auto;
}

#gitary img{
float: left;
border: solid 1px #fff;
margin-right: 40px;
}

.clear{
clear: both;
}

#menu-index {
	position: absolute;
	top: 17px;
	left: 352px;
	z-index: 100;
}

#menu-customers {
	position: absolute;
	top: 12px;
	left: 426px;
	z-index: 100;
}

#menu-guitars{
	position: absolute;
	top: 17px;
	left: 492px;
	z-index: 100;
}

#menu-gallery {
	position: absolute;
	top: 10px;
	left: 550px;
	z-index: 100;
}

#menu-links {
	position: absolute;
	top: 10px;
	left: 610px;
	z-index: 100;
}

#menu-contact {
	position: absolute;
	top: 10px;
	left: 665px;
	z-index: 100;
}

#description-index {
	position: absolute;
	z-index: 100;
	top: 136px;
	left: 350px;
}

#description-customers {
	position: absolute;
	z-index: 100;
	top: 136px;
	left: 418px;
}

#description-guitars {
	position: absolute;
	z-index: 100;
	top: 136px;
	left: 495px;
}

#description-gallery {
	position: absolute;
	z-index: 100;
	top: 136px;
	left: 550px;
}

#description-links {
	position: absolute;
	z-index: 100;
	top: 136px;
	left: 618px;
}

#description-contact {
	position: absolute;
	z-index: 100;
	top: 136px;
	left: 668px;
}

#guitar-big {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

div.customer {
	float: left;
	text-align: center;
	font-size: 10px;
	margin-right: 10px;
	width: 85px;
}

div.corner {
	position: absolute;
	width: 12px;
	height: 12px;
	z-index: 102;
}

#tl {
	background: url('../images/tl.png') no-repeat;
	top: 0;
	left: 0;
}
#tr {
	background: url('../images/tr.png') no-repeat;
	top: 0;
	right: 0;
}
#bl {
	background: url('../images/bl.png') no-repeat;
	bottom: 0;
	left: 0;
}
#br {
	background: url('../images/br.png') no-repeat;
	bottom: 0;
	right: 0;
}

* html #tl, * html #tr, * html #bl, * html #br {
	display: none;
}

#stats {
	margin: 0 auto;
	text-align: center;
	padding-top: 525px;
	z-index: 1;
}


#link {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#link a {
	color: #000000;
	font-size: 6px;	
}

#design {
	margin: 0 auto;
	text-align: center;
	padding-top: 640px;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #666666;
	font-size: 9px;
}

#design a {
	color: #666666;
	text-decoration: none;
}

#design a:hover {
	color: #aaaaaa;
}