@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#777;
	font-size:83%;
	margin: 0px;
	padding: 0px;
	background-image: url(bodybg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #c5c5c5;
}
#spheres {
	position:absolute;
	background-image: url(mainpage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width:100%;
	height: 100%;
	z-index:1;
}
#logo {
	top: 70px;
	left: 10%;
	margin: 0;
	display: inline;
	position:absolute;
	z-index:3;
}
#floats a {
	padding:0;
	margin:0;
	text-decoration:none;

}
#floats > div {
	z-index:2;
	position:absolute;
	display: inline;
	left:50%;
}
#studio {
	top: 171px;
	margin-left: 57px;
}
#rec {
	top: 241px;
	margin-left: -3px;
}
#vacuums {
	top: 200px;
	margin-left: -67px;
}
#znak {
	top: 243px;
	margin-left: 133px;
}
#company {
	top: 218px;
	margin-left: 34px;
}
#beyoungtext {
	position: absolute;
	z-index:3;
	right: 10%;
	bottom: 10%;
}

#copy {
	text-left: left;
	position: absolute;
	z-index:3;
	left: 10%;
	bottom: 10%;
}
#copy p {
	margin: 0px;
	padding: 2px;
}
#copy a {
	color: #555;
	text-decoration: underline;
}
#copy a:hover {
	color: #000000;
}
.content {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 80px;
	padding-left: 10px;
	background-image: url(beyoung.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: small;
	color: #333333;
}
.content a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}

.content a:hover {
	background-color:#FFCC00;
}

.content h1 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

