body{
	background-attachment: fixed;
	background-color: #999;
	background-image: url(content/repeater.png);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 150%;
}

@font-face{
	font-family: 'Rockwell Extra Bold';
	src: url('fonts/Rockwell.ttf');
}

/*DIV*/

#face{
	position: absolute;
	left: 50%;
	top: 10px;
	width:  1000px;
	margin-left: -500px;
	text-align: center;
}

#container{
	position: absolute;
	left: 50%;
	top: 150px;
	width: 750px;
	margin-left: -375px;
	padding: 0 0 100px 0;
	text-align: center;
}

#innercontainer{
	width: 780px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#arm{
	position: fixed;
	left: 50%;
	top: 100%;
	margin: -70px 0 0 -500px;
	width: 1000px;
	height: 70px;
	background: url(content/arm.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	z-index: 10;
}

.link{
	position: absolute;
	left: 50%;
	top: 100%;
	width: 130px;
	height: 50px;
	margin-top: -50px;
}

.link a{
	display: block;
	width: 100%;
	height: 100%;
}

.artistbox{
	width: 220px;
	height: 200px;
	margin: 0 15px 0 15px;
}

.artistspace{
	width: 125px;
	height: 200px;
	margin: 0;
}

.product{
	float: left;
	width: 350px;
	height: 210px;
	padding: 0 20px 20px 0;
}

.product form{
	float: left;
	margin-right: 10px;
	text-align: center;
}

/*Text*/

h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	font-family: 'Rockwell Extra Bold', 'Trebuchet MS', 'Helvetica Neue', Helvetica, sans-serif;
	color: #136;
}

p{
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 14px;
}

.i{
	text-indent: 20px;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

a{
	color: #136;
}

.card img{
	opacity: .9;
}

.card:hover img{
	opacity: 1;
}

/*Image*/

img{
	border: 0;
}

.artistimage{
	float: right;
	margin: 0 0 20px 20px;
	padding: 0 0 4px 4px;
	border: 1px solid #666;
	border-width: 0 0 1px 1px;
}

/*Margin*/

.auto{
	margin-left: auto;
	margin-right: auto;
}

.evenhigher{
	margin-bottom: 25px;
}

.higher{
	margin-bottom: 10px;
}

.lower{
	margin-top: 10px;
}

.evenlower{
	margin-top: 25px;
}

.margin20{
	margin-left: 20px;
	margin-right: 20px;
}

/*Border*/

.border{
	border: 1px solid #333;
}