body {
	background-color: #474747;
	height: 100%;
	font: medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.wrap {
	margin: 0 auto;
	width: 338px;
	height: 100%;
}

@font-face {
	font-family: 'SilkscreenNormal';
	src: url('slkscr-webfont.eot');
	src: local(''), url('slkscr-webfont.woff') format('woff'), url('slkscr-webfont.ttf') format('truetype'), url('slkscr-webfont.svg#webfontxbuoZdvW') format('svg');
	font-weight: normal;
	font-style: normal;
}


#header {
	background-color: #59e3bd;
	margin: 0;
	padding: 0;
	width: 338px;
	height: 266px;
	background-image: url(../img/nss.gif);
	text-indent: -99999px;
}

#info {
	margin: 0 auto;
	width: 338px;
	color: #fff;
	text-align: center;

}

h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font: bold 2em 'SilkscreenNormal', Helvetica, sans-serif;
	letter-spacing: -2px;
}

.album {
	color: #fff;
	margin: 0 auto 10px;
	width: 318px;
	background-color: #424242;
	padding: 20px;
	border-top: 4px solid #000;
}

.hounds {
	width: 357px;
	height: 497px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/hounds.gif);
}

a:link, a:visited {
	color: #c4c4c4;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #fefffe;
	text-decoration: underline;
}