* {
	margin: 0px 0px;
	padding: 0px 0px;
}

body {
	background: #ffffff url(images/back.jpg) 50% 0% no-repeat;
	text-align: center;
}

#wrap {
	position: relative;
	margin: 0px auto;
	width: 680px;
	height: 800px;
	border: 0px dotted green;
	text-align: left;
}

#flash {
	position: absolute;
	top: 132px;
	right: -32px;
}

#topAlbum  {
	position: absolute;
	top: 160px;
	left: 10px;
}

#topAlbumBuy {
	position: absolute;
	top: 160px;
	left: 170px;
	width: 147px;
	height: 122px;
	background: #ffffff;
}

#album2 {
	position: absolute;
	left: 10px;
	top: 420px;
	
}

#album2Buy {
	position: absolute;
	top: 420px;
	left: 130px;
	height: 109px;
	background: #ffffff;
}

#album3 {
	position: absolute;
	left: 10px;
	top: 545px;
}

#album3Buy {
	position: absolute;
	top: 545px;
	left: 130px;
	height: 109px;
	background: #ffffff;
}

#hoodie {
	position: absolute;
	top: 615px;
	left: 250px;
	width: 129px;
	height: 143px;
	z-index: 1;
}

#merchStore {
	position: absolute;
	left: 10px;
	top: 715px;
	background: #ffffff;
}

p.cyan {
	color: #74B3D4;
}

p.greyLarge {
	color: #5C5C5C;
	font-size: 20px;

}

p.greySmall{
	color: #5C5C5C;
	margin-top: 0px;
}

p.pink, .pink {
	color: #F9395C;
}

p {
	margin: 5px 5px;
	font-family: arial;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}

a {
	text-decoration: none;
	border: 0px 0px;
}

img {
	margin-left: 5px;
	border: 0px solid red;
}

.link {
	border: 0px 0px;
}

.bottom {
	position: absolute;
	bottom: 0px;
}
