body{
	margin: 0;
	padding: 0;
	background: #ae5708;
}

#wrapper{
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

#content{
	background: url(/images/main_background.jpg) no-repeat;
	height: 1035px;
	width: 800px;
}

#images{
	position: absolute;
	left: 130px;
	top: 200px;
	width: 600px;
	height: 500px;
}

a.p img{
	border: 3px solid #fff;
	margin: 12.5px;
}

a.p img:hover{
	border: 3px solid #ae5708;
}

a#copyright, a#bio, a#contact, a#store, a#buzz, a#schedule{
	position: absolute;
	display: block;
}

a#copyright{
	width: 315px;
	height: 35px;
	left: 245px;
	top: 790px;

}


a#bio{

	width: 50px;
	height: 40px;
	left: 50px;
	top: 955px;
}

a#contact{

	width: 148px;
	height: 40px;
	left: 130px;
	top: 955px;
}

a#store{

	width: 100px;
	height: 40px;
	left: 320px;
	top: 955px;
}

a#buzz{

	width: 95px;
	height: 40px;
	left: 465px;
	top: 955px;
}
a#schedule{

	width: 165px;
	height: 40px;
	left: 595px;
	top: 955px;
}
#welcome{
	position: relative;
top:10%;
margin-top:150px;
}