@charset "UTF-8";
/* CSS Document */

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild browser styles */
@import url('styles/rebuild.css');

body {
    font-family: "courier", helveticaneue, Arial, sans-serif;
	font-weight:100;
	line-height:1.5;
	letter-spacing: .1em;
	color: #e8e8e8;
	background-color: #e8e8e8;
	background-image: url(images/background.png);
	background-position: center;
	background-repeat: repeat-y; 
}

#wrapper {
	width: 1040px;
	margin: 0 auto;
}

#logo {	
}

#statement {
	margin-top: 40px;
}

.artists {
	clear:both;
	text-align: center;
	font-size: 2em;
}

#artistwrapper {
	margin-top: 40px;
	margin-bottom: 40px;
}

#footer {
	clear: both;
	margin-top: 20px;
}

img.center {  
	display: block;  
	margin-left: auto;   
	margin-right: auto; 
}

p {
	color: #e8e8e8;
	font-size: 1.25em;
}

p.center {
	text-align: center;
}

a {
	text-decoration:none;
	color:#e8e8e8;
}

a:hover {
	color: #ef4036;
}