
a:link {color: #000;}
a:visited {color: #000;}
a:active {color: #000;}
a:hover {color: #999; text-decoration: none;}

html, body {
	height: 100%;
	font-family: Georgia;
	font-size: 16px;
	color: #222;
	margin: 10;
	background-image: url('images/bg.gif');
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

#tagline {
	font-family: Arial;
	font-size: 60px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: -5px;
	text-align: center;
	color: #000;
	padding-top: 60px;
}

#logo {
	font-family: Arial;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #000;
	padding-top: 20px;
	padding-left: 20px;
}

#instructions {
	text-align: center;
	padding-top: 20px;
	padding-right: 15px;
}

#showDescription {
	width: 550px;
	padding: 25px;
	line-height: 28px;
}

#contributeDescription {
	padding: 25px;
	line-height: 28px;
	text-align: center;
}

#artists {
	width:*;
	padding: 15 25 25 25;
	line-height: 28px;
	vertical-align: top;
}

#artistHeading {
	font-family: Georgia;
	font-style: italic;
	font-size: 32px;
	font-color: #222;
	line-height: 40px;
	letter-spacing: -1px;
}

#poster {
	padding-top: 140px;
}

#footer {
	width: 100%;
	height: 40px;
	padding: 20px;
	font-family: arial;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	border-top: 2px solid #000;
}

#leftFooter {
	text-align: left;
}

#rightFooter {
	text-align: right;
}

#info {
	padding: 40px;
	text-align: center;
	font-family: Arial;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
}

/*CLASSES*/

.newSection {
	padding-top: 140px;
	padding-left: 25px;
	padding-bottom: 5px;
	border-bottom: 5px solid #222;
	font-family: Arial;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -5px;
	color: #222;
}

.blk {
	color: #000;
	font-weight: 700;
}

.smallImage {
	padding-top: 20px;
	padding-bottom: 20px;
	align: center;
}