body {
	background: url(../images/body_bg.jpg) top center no-repeat #000;
	padding-bottom: 20px;
}
body, h1, h2, h3, h4, h5, h6 {
	color: #111;
}
a, a:hover {
	color: #111;
}

div.box {
	padding: 15px;
	margin: 0;
}

div.header {
	height: 260px;
	background: url(../images/body_bg.jpg) top center no-repeat;
	position: relative;
	color: #eee;
}
div.header p {
	position: absolute;
	margin: 0;
	bottom: 0.5em;
	left: 1.5em;
}
div.header p a {
	padding: 0.2em 0.5em;
	color: #eee;
	text-decoration: none;
}
div.header p a.myspace,
div.header p a.facebook {
	font-weight: bold;
}
div.header p a.myspace {
	background-color: #00f;
}
div.header p a.facebook {
	background-color: #33c;
}

div.content {
	background: url(../images/body_bg.jpg) -225px -260px no-repeat;
}

div.leftcol,
div.middlecol,
div.rightcol {
	background-repeat: no-repeat;
	color: #111;
}
div.middlecol,
div.rightcol {
	background-image: url(../images/body_bg_light.jpg);
}
div.leftcol {
	background-image: url(../images/body_bg_light.jpg);
	background-position: -225px -260px;
	background-color: #d9d9d9;
	color: #111;
}
div.middlecol {
	background-position: -705px -260px;
}
div.rightcol {
	background-position: -865px -260px;
}

div.box {
	background: none;
}
