* {
	padding: 0;
	margin: 0;
}

body {
	background: #000;
	font-family: Georgia, serif;
	color: #fff;
}

a:focus {
	outline-width: 0px;
	outline-style: none;
}

h1 {
	text-align: center;
}

h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

.menu {
	width: 500px;
	margin: 0 auto;
	padding: 10px 0;
}

.menu ul {
	list-style: none;
	height: 20px;
}

.menu li {
	display: inline;
	float: left;
	width: 100px;
	text-align: center;
	height: 20px;
	margin-top: 15px;
}

.menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8em;
	font-family: helvetica, arial, sans-serif;
	padding: 4px 0 2px 0;
	border: 1px solid #000;
}

.menu a:hover {
	background: #202020 url(../img/button-bg.jpg) top left repeat-x;
	border-color: #3d3d3d;
}

.splash {
	margin: 20px auto;
	width: 500px;
	height: 565px;
	background: #000 url(../img/splash-no-element.jpg) top left no-repeat;
	position: relative;
}

.splash .about {
	position: absolute;
	top: 225px;
	left: 100px;
	width: 300px;
	text-align: center;
}

.about p {
	margin-bottom: 20px;
	font-size: 1.4em;
}

.img, .index {
	margin: 20px auto;
	overflow: hidden;
	width: 470px;
	padding: 15px;
	background: #2d2d2d;
	min-height: 565px;
	background: #000 url(../img/background.jpg) top left no-repeat;
}

.img p {
    text-align: center;
    margin-bottom: 15px;
}

.img a {
	font-family: arial, sans-serif;
	text-decoration: none;
	font-size: 3em;
	color: #fff;
}

.img a:hover {
	color: #c00;
}

.img p a {
    font-family: georgia, serif;
    border-bottom: 1px dotted #fff;
    font-size: 1em;
}

.index ul {
	text-align: center;
}

.index li {
	list-style: none;
	font-size: 1.3em;
	
}

.index a {
	color: #fff;
}

.index a:hover {
	color: #ccc;
	text-decoration: none;
}

.index .artist {
	width: 225px;
	text-align: center;
	float: left;
	margin: 5px;
	position: relative;
}

.artist a {
	display: block;
	position: absolute;
	bottom: 5px;
	background-color: #000;
	opacity: .6;
	left: 5px;
	width: 215px;
	z-index: 1;
	text-transform: uppercase;
	font-size: 1.1em;
	text-decoration: none;
}

.artist a:hover {
	opacity: 1;
	color: #fff;
}

.artist img {
	z-index: 0;
}

.message {
	margin: 30px auto;
	padding: 3px 5px;
	border-top: 2px solid #202000;
	border-bottom: 2px solid #202000;
	width: 484px;
	color: #dd9;
	font-size: .9em;
}

.contact p {
	font-size: 1.2em;
	margin-bottom: 15px;
	line-height: 1.7em;
}

.contact input {
	font-size: 1.3em;
}

.contact .submit {
	display: inline;
	margin-left: 5px;
}

.submit input {
	background-color: #333;
	border: 2px solid #999;
	color: #fff;
}

.contact .note {
	font-size: .9em;
	color: #ccc;
	padding-top: 5px;
}