body, html {
	width: 100%;
	height: 100%;
}

html {
	background: #3c0d43 url('../images/template/global/body_background.gif') repeat-x;
}

body {
	margin: 0;
	padding: 0 0 0 0;
}

#stripes {
	background: url('../images/template/global/stripes.png');
	width: 100%;
	min-width: 900px;
}

h1 {
	width: 200px;
	height: 208px;
	background: url('../images/template/global/logo.png') no-repeat;
	margin: 31px 0 0 0;
	padding: 0;
}

h1 a {
	width: 200px;
	height: 208px;
	display: block;
}

.clear {
	clear: both;
	height: 20px;
}

.left {
	float: left;
	width: 200px;
	margin: 0 0 0 33px;
}

ul#contact {
	padding: 0;
	margin: 263px 0 0 -1px;
}

ul#contact li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 22px;
}

ul#contact li a {
	display: block;
	height: 22px;
}

ul#contact li.email {
	background: url('../images/template/global/contact_email.png') no-repeat;
}

ul#contact li.phone {
	margin: 1px 0 0 0;
	background: url('../images/template/global/contact_phone.png') no-repeat 2px 0;
}

ul#contact li.twitter {
	margin: 6px 0 0 0;
	background: url('../images/template/global/contact_twitter.png') no-repeat;
}

ul#contact li.tumblr {
	margin: 4px 0 0 0;
	background: url('../images/template/global/contact_tumblr.png') no-repeat 4px 0;
}

#items {
	margin: 0 0 0 0;
	padding: 22px 0 0 0;
	float: left;
	display: block;
}

#items li {
	background-position: top left;
	list-style: none;
	width: 305px;
	height: 312px;
	display: block;
	position: relative;
}

#items li:hover {
	background-position: bottom left;
}

#items li a {
	display: block;
}