html,body {
	background-image:			url('./img/strip.jpg');
	background-repeat:		repeat-x;
	background-color: 		#AD9972;
	font-family: 				Trebuchet MS;
	font-size: 					13px;
	color: 						#FFFFFF;
	margin:	 					0px;
	text-align:					center;
}

#container {
	width:						980px;
	margin-left:				auto;
	margin-right:				auto;
	text-align:					center;
	background-color:			transparent;
}

#header {
	width:						980px;
	height:						148px;
}

#header .menu {
	float:						left;
	width:						415px;
	height:						86px;
	margin-top:					43px;
}

#header .albumcover {
	float:						left;
	width:						147px;
}

#header img {
	float:						left;
}

#wall {
	float:						left;
	width:						398px;
	margin-top:					17px;
}

#wall .graffiti {
	width:						392px;
	height:						436px;
	text-align:					left;
	behavior:					url('./iepngfix.htc');
	background-image:			url('./img/wallbg.png');
	background-repeat:		no-repeat;
	background-position:		bottom right;
}

#wall .message {
	float:						left;
	width:						362px;
	background-color:			#E1E2E2;
	border:						10px solid #E1E2E2;
	text-align:					left;
	font-size:					14px;
	color:						#000000;
	margin:						2px;
}

#wall .message a:link {
	color:						#000000;
}

#competition {
	float:						left;
	width:						580px;
	margin-top:					12px;
}

#competition .guitar {
	width:						578px;
	height:						224px;
	background-image:			url('./img/guitar.png');
	background-repeat:		none;
	background-position:		top;
	behavior:					url('./iepngfix.htc');
}

#competition .form {
	float:						left;
	width:						550px;
	height:						195px;
}

#competition .form .terms {
	float:						left;
	font-size:					10px;
	text-align:					left;
	margin-right:				10px;
}

#competition .form .disclaimer {
	float:						left;
	width:						370px;
	color:						#363125;
	font-size:					9px;
	text-align:					left;
}

#competition .legend {
	float:						left;
	width:						568px;
	height:						177px;
	margin-top:					20px;
	background-image:			url('./img/legend.png');
	background-position:		top;
	background-repeat:		no-repeat;
	behavior:					url('./iepngfix.htc');
	clear:						both;
}

.video {
	float:						left;
	margin:						5px;
}

.bigalbum {
	float:						left;
	width:						345px;
	height:						359px;
	margin:						20px 10px 0px 0px;
}

.albumdesc {
	float:						left;
	margin-top:					20px;
}

.tracks {
	width:						980px;
	margin-top:					20px;
	text-align:					left;
}

.back {
	text-align:					left;
	margin-top:					20px;
}

#credit {
	float:						right;
}

img {
	border:						0px;
}

a:link {
	color:						#FFFFFF;
}