﻿/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* (E) Art Page                                       */

#art-sections {
	margin: 0 0 20px;
	height: 180px;
	overflow: hidden;
}
	
	#art-sections a {
		width: 300px;
		height: 180px;
		background-color: #000;
		background-position: top center;
		background-repeat: no-repeat;
		display: block;
		overflow: hidden;
		float: left;
	}
	
	#art-sections a:hover {
		background-position: bottom center;
	}
	
	a#section_digital-art {
		margin: 0 20px 0 0;
		background-image: url('/images/art/section/digital-art.jpg');
	}
		
	a#section_graffiti-art {
		margin: 0 20px 0 0;
		background-image: url('/images/art/section/graffiti-art.jpg');
	}
		
	a#section_poetry {
		background-image: url('/images/art/section/poetry.jpg');
	}

/* (E) Art Page                                       */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */