
body {
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(images/column-background.png);
	background-color: #222;
	padding: 0px;
	margin: 0px;
}

#banner {
	font-size: 19px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 28px;
	background-repeat: no-repeat;
	background-image: url(images/banner.png);
	width: 338px;
	height: 42px;
	color: #c4c4c4;
	text-align: left;
	padding: 74px 0 0 162px;
	clear: both;
	font-weight: normal;
}

#footer {
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	width: 500px;
	color: #c4c4c4;
	text-align: center;
	padding: 55px 0 30px 0;
	clear: both;
}
	#footer a {
		color: #e85b05;
		text-decoration: none;
	}

	#bl1, #bl1:hover, #bl2, #bl2:hover,#bl3, #bl3:hover {
		color: #c4c4c4;
		text-decoration: none;
	}
	
		#bl1:hover, #bl2:hover, #bl3:hover {
			color: #e85b05;
		}
		
.gallery-link {
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	background-position: 260px 40px;
	background-repeat: no-repeat;
	display: block;
	width: 420px;
	padding: 40px 40px 0 40px;
	clear: both;
	color: #c4c4c4;
	text-decoration: none;
	text-align: left;
	line-height: 17px;
}
	.gallery-link img {
		float: left;f
		border: none;
		margin: 0 15px 0 0;
	}
	.gallery-link span {
		color: #e85b05;
	}
.gl1 {
	background-image: url(images/galleries-title-artspots.png);
	
}
.gl2 {
	background-image: url(images/galleries-title-furaffinity.png);
}
.gl3 {
	background-image: url(images/galleries-title-deviantart.png);
}



