* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}
img {
	border: 0px;
}
#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -13.75em; /* half of container's height */
	float: left;
}
#container {
	margin: 0px auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 27.5em;
	width: 806px;
	clear: left;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 806px;
	height: 133px;
}
#welcome {
	position: absolute;
	left: 0px;
	top: 141px;
	width: 400px;
	height: 170px;
	overflow: hidden;
}
#welcome .name {
	font-size: 13px;
	color: #FFF;
	letter-spacing: 1px;
}
#welcome .title {
	margin: 3px 0px 5px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #E50C9F;
}
#text {
	position: absolute;
	left: 0px;
	top: 190px;
	width: 390px;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
	color: #CCC;
}
#text a {
	color: #CCC;
}
#socialsites {
	position: absolute;
	top: 288px;
	left: 0px;
	width: 400px;
	line-height: 22px;
}
#socialsites a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
#socialsites a:hover {
	text-decoration: underline;
}
#socialsites .item {
	margin: -22px 0px 0px 65px;
}
#lastfm a {
	background-image: url(lastfm_colour.gif);
}
#lastfm a:link {
	display: block;
	padding-left: 22px;
	height: 22px;
	background: url(lastfm_grey.gif) left no-repeat;
}
#lastfm a:hover, #lastfm a:focus {
	background: url(lastfm_colour.gif) left no-repeat;
}
#tumblr a {
	background-image: url(tumblr_colour.gif);
}
#tumblr a:link {
	display: block;
	padding-left: 22px;
	height: 22px;
	background: url(tumblr_grey.gif) left no-repeat;
}
#tumblr a:hover, #tumblr a:focus {
	background: url(tumblr_colour.gif) left no-repeat;
}
#anobii a {
	background-image: url(anobii_colour.gif);
}
#anobii a:link {
	display: block;
	padding-left: 22px;
	height: 22px;
	background: url(anobii_grey.gif) left no-repeat;
}
#anobii a:hover, #anobii a:focus {
	background: url(anobii_colour.gif) left no-repeat;
}
#youtube a {
	background-image: url(youtube_colour.gif);
}
#youtube a:link {
	display: block;
	padding-left: 22px;
	height: 22px;
	background: url(youtube_grey.gif) left no-repeat;
}
#youtube a:hover, #youtube a:focus {
	background: url(youtube_colour.gif) left no-repeat;
}
#noquote {
	position: absolute;
	top: 145px;
	right: 0px;
	width: 400px;
	height: 225px;
	text-align: right;
	font-size: 12px;
	line-height: 28px;
	color: #CCC;
	overflow: hidden;
}
#noquote a {
	color: #CCC;
}
#noquote input, textarea {
	margin-bottom: 14px;
	width: 400px;
	line-height: 20px;
	color: #CCC;
	font-size: 12px;
	background-color: #333;
	border-bottom: 1px solid #CCC;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
#noquote .submit {
	width: 100px;
	border: 1px solid #CCC;
}
#personalsites {
	position: absolute;
	left: 0px;
	top: 383px;
	width: 806px;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #454545;
	text-align: center;
}
#personalsites a {
	text-transform: uppercase;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
}
#personalsites a:hover {
	text-decoration: none;
}
#personalsites .middle {
	margin: 0px 30px 0px 30px;
}
#copyright {
	position: absolute;
	top: 413px;
	left: 0px;
	width: 806px;
	text-align: right;
	font-size: 9px;
	color: #666;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright .right {
	margin-left: 15px;
}
