@charset "utf-8";

/* CSS Document
*  Main Stylesheet for Pinguin Park Recording Studios Website
*
*
*  Created by Conrad Mildenstrey (c.mildenstrey@cray-it.de)
*  for PPRS GmbH
*  
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#bg_img {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.content_wrapper {
	margin: auto;
	width: 805px;
	position: relative;
	z-index: 1;
}
.header {
	width: 805px;
	height: 93px;
	background: url('images/img_03.png') no-repeat;
}
.content_box_top {
	width: 805px;
	height: 41px;
	background: url('images/img_05.png');
}
.content_box_left {
	width: 48px;
	height: 573px;
	float: left;
	background: url('images/img_04.png');
}
.content_box_right {
	width: 50px;
	height: 573px;
	float: right;
	background: url('images/img_09.png');
}
.content_box_bottom {
	width: 805px;
	height: 30px;
	background: url('images/img_12.png');
}
.footer_notice {
	text-align: center;
	color: #fff;
	font-size: 11px;
}
.clearer {
	clear: both;
}

a img {
	border: 0px;
}
img {
	border: 0px;
}
a {
	border: 0px;
}
a:active {
	border: 0px;
}
a:visited {
	border: 0px;
}

/* Boxes */

.box_01, .box_02, .box_03, .box_04 {
	display: block;
	float: left;
}
.box_01:hover {
	background: url('images/box_01_sprite.jpg') no-repeat 0px -288px;
}
.box_01 {
	width: 364px;
	height: 288px;
	background: url('images/box_01_sprite.jpg') no-repeat 0px 0px;
}
.box_02:hover {
	background: url('images/box_02_sprite.jpg') no-repeat 0px -288px;
}
.box_02 {
	width: 343px;
	height: 288px;
	background: url('images/box_02_sprite.jpg') no-repeat 0px 0px;
}
.box_03:hover {
	background: url('images/box_03_sprite.jpg') no-repeat 0px -285px;
}
.box_03 {
	width: 364px;
	height: 285px;
	background: url('images/box_03_sprite.jpg') no-repeat 0px 0px;
}
.box_04:hover {
	background: url('images/box_04_sprite.jpg') no-repeat 0px -285px;
}
.box_04 {
	width: 343px;
	height: 285px;
	background: url('images/box_04_sprite.jpg') no-repeat 0px 0px;
}