body {
	margin: 0;
	padding: 0;
	font: 15px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #000;
}

#wrapper {
	width: 100%;
	height: 1200px;
	position: relative;
	overflow: hidden;
	min-width: 950px;
}

#inner_wrapper_shell {
	width: 1600px;
	height: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -800px;
}

#inner_wrapper {
	width: 1498px;
	height: 1200px;
	position: relative;
	margin: 0px auto;
}

#top {
	width: 1500px;
	height: 73px;
	background: url('/mind_images/top.jpg') top left no-repeat;
}

#left {
	width: 299px;
	height: 1127px;
	background: url('/mind_images/left.jpg') top left no-repeat;
	float:left;
}

#right {
	width: 299px;
	height: 1127px;
	background: url('/mind_images/right.jpg') top left no-repeat;
	position: absolute;
	right: 0px;
	top: 73px;
}

#header {
	width: 900px;
	height: 133px;
	background: url('/mind_images/header.jpg') top left no-repeat;
	position: absolute;
	left: 299px;
	top: 73px;
}

#content {
	width: 899px;
	height: 597px;
	background: url('/mind_images/content.jpg') top left no-repeat;
	position: absolute;
	left: 299px;
	top: 206px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

#content_holder {
	width: 898px;
	height: 598px;
	position: relative;
}

#footer {
	width: 900px;
	height: 393px;
	background: url('/mind_images/footer.jpg') top left no-repeat;
	position: absolute;
	left: 299px;
	top: 807px;
}

#contact {
	text-align: center;
	padding-top: 200px;
	font-size: 12px;
	color: #1d2226;
}

#contact a:link, #contact a:visited, #contact a:active {
	color: #1d2226;
	text-decoration: none;
	border-bottom: 1px solid #1d2226;
}

#contact a:hover {
	color: #596774;
	text-decoration: none;
	border-bottom: 1px solid #323742;
}

#twitter {
	margin-top: 70px;
	position: relative;
}

#twitter .button {
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 0px auto;
	color: #cdd4da;
	height: 33px;
	outline: none;
}

#twitter .comments {
	position: absolute;
	width: 116px;
	left: 50%;
	margin-left: -58px;
}

#twitter .comments .m {
	width: 91px;
}

#twitter .comment {
	position: absolute;
	width: 156px;
	left: 50%;
	margin-left: -78px;
	top: 40px;
}

#twitter .comment .m {
	width: 131px;
}

#twitter .button .m {
	display: block;
	height: 29px;
	background: url('mind_images/button_m.png') top left repeat-x;
	float: left;
	padding: 2px 6px;
	font-size: 12px;
	text-shadow: #1d2429 0 1px 0;
}

#twitter .button .l {
	float: left;
	display: block;
	height: 33px;
	width: 6px;
	background: url('mind_images/button_l.png') top left no-repeat;
}

#twitter .button .r {
	float: left;
	display: block;
	height: 33px;
	width: 7px;
	background: url('mind_images/button_r.png') top left no-repeat;
}