* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background-color: #111;
	height: 100%;
}
#global {
	font-family: Verdana, Arial, sans-serif;
	position: relative;
	min-height: 100%;
}
* html #global {
	height: 100%;
}
#footer {
	position: relative;
	margin-top: -20px;
	height: 20px;
}
#footer p {
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #ccc;
}
#colourist {
	position: relative;
	top: 15px;
	left: 50%;
	margin-left: -497px;
	padding: 5px;
	width: 980px;
	height: 542px;
	background-color: #999;
	border: 2px solid #000;
}
#colourist h1 {
	width: 980px;
	height: 132px;
	background-image: url(../images/bg_shane.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#colourist ul {
	width: 980px;
	height: 410px;
	list-style: none;
	background-image: url(../images/bg_page.jpg);
	background-repeat: no-repeat;
}
#colourist ul li {
	position: absolute;
	top: 135px;
	left: 50%;
}
#colourist ul li a {
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0 -9999px;
	overflow: hidden;
}
#colourist ul li#reel {
	margin-top: 1px;
	margin-left: -2px;
}
#colourist ul li#reel a {
	width: 223px;
	height: 183px;
	background-image: url(../images/bg_reel.jpg);
}
#colourist ul li#reel a.loaded {
	text-indent: 0px;
}
#colourist ul li#reel a.loaded img {
	margin: 20px 0 0 10px;
	border: 0 none;
}
#colourist ul li#reel a:hover, #colourist ul li#reel a:focus {
	text-indent: -9999px;
	background-position: 0 0;
}
#colourist ul li#resume {
	margin-top: 46px;
	margin-left: -247px;
}
#colourist ul li#resume a {
	width: 231px;
	height: 172px;
	background-image: url(../images/bg_resume.jpg);
}
#colourist ul li#resume a:hover, #colourist ul li#resume a:focus {
	background-position: 0 0;
}
#colourist ul li#portfolio {
	margin-top: 70px;
	margin-left: 301px;
}
#colourist ul li#portfolio a {
	width: 170px;
	height: 184px;
	background-image: url(../images/bg_portfolio.jpg);
}
#colourist ul li#portfolio a:hover, #colourist ul li#portfolio a:focus {
	background-position: 0 0;
}
#colourist ul li#links {
	margin-top: 135px;
	margin-left: -474px;
}
#colourist ul li#links a {
	width: 227px;
	height: 134px;
	background-image: url(../images/bg_links.jpg);
}
#colourist ul li#links a:hover, #colourist ul li#links a:focus {
	background-position: 0 0;
}
#colourist ul li#contact {
	margin-top: 180px;
	margin-left: -47px;
}
#colourist ul li#contact a {
	width: 348px;
	height: 232px;
	background-image: url(../images/bg_contact.jpg);
}
#colourist ul li#contact a:hover, #colourist ul li#contact a:focus {
	background-position: 0 0;
}
#global p {
	padding: 15px 0 20px 0;
	font-size: .8em;
	color: #555;
	text-align: center;
}