body {
	font: 12px "Lucida Grande",Lucida,Verdana,sans-serif;
	background-color: #000;
	margin-left: 20px;
	margin-top:20px;
	color: #666;
}
p, a, h1 { color: #666; text-decoration: none; }
a:hover { color: #ffcc33; text-decoration: underline; }
a img { border: 0; }
img {
	border: 0;
	behavior: url(iepngfix.htc);
}
.brand { color: #ffcc33; font-weight: bold; }
.gray { color: #aaa; }
.red { color: #ff0042; }
.orange { color: #ffcc33; }
#content {
	margin: -200px 0 0 -300px;
	position: absolute;
	top: 35%;
	left: 50%;
	width: 600px;
	height: 400px;
}
#content img {
	border: 0;
	margin-bottom: 15px;
}
.team-members {
	margin-bottom: 20px;
	min-height: 130px;
	height: 130px;
}
.team-members p {
	padding-left: 110px;
}
.team-members img {
	border: 1px solid red;
	float: left;
}
.about {
	min-height: 60px;
	height: 60px;
}
.about img {
	padding-left: 45px;
}
.events {
	min-height: 38px;
	height: 38px;
}
.events p {
	padding-left: 150px;
}
.mixtapes {
	min-height: 55px;
	height: 0;
}
.mixtapes p {
	padding-left: 80px;
}
.mixtapes object {
	vertical-align: top;
}
.playlist {
	font-size: 9px;
}
#logo {
	margin: -107px 0 0 -377px;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 754px;
	height: 215px;
}
#logo .intro {
	line-height: 1.3em;
	margin-left: 30%;
	margin-top: 50px;
	width: 40%;
}
#left {
	margin: -22px 0px 0 0px;
	position: absolute;
	top: 100%;
	color: #666;
}
#right {
	margin: -17px 0 0 0;
	position: absolute;
	top: 100%;
	right: 11px;
	font-size: 9px;
}
#right a { font-size: 9px; }
/* #right a { color: #ffcc33; text-decoration: none; font-weight: bold; }
#right a:hover { color: #ffcc33; text-decoration: underline; } */

/* @group Flyer right side */
#flyerbox {
	float: right;
	clear: both;
	position: absolute;
	top: 200px;
	right: 10px;
	width: 75px;
	overflow: auto;
	z-index: 999;
}
#flyerbox .px {
	width: 60px;
	height: 80px;
	vertical-align: center;
}
#flyerbox .px img {
	border: 1px solid #333;
	margin: 0 2px;
	padding: 2px;
}
/* @end */