@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
}

img {
	border: none;
}

a {
	color: #DCAE50;
	text-decoration: none;
}

.centerContent #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

.centerContent #mainContent {
	padding: 0;
	background-image:url(../images/sfkGroup_700x371.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height: 750px;
	width: 780px;
}

#sfkLogo {
	background-repeat:no-repeat;
	height: 154px;
	width: 209px;
	margin: 286px 0 0 77px;
	float: left;
	z-index: 2;
	position:relative;
}

* html #sfkLogo {
	margin-left: 45px;
}

#musicPlayer {
	background-image:url(../images/sfkCDcover_155x155.png);
	background-repeat:no-repeat;
	height: 155px;
	width: 155px;
	margin: 299px 22px 0 0;
	float: right;
	z-index: 2;
	position:relative;
}

#nowPlaying {
	font-size: 11px;
	margin-left: -165px;
	text-align:right;
	line-height:20px;
	float: left;
	z-index: 2;
	position:relative;
}

#flashPlayer {
	margin: 65px 0 0 -75px;
}

#midContent {
	clear: both;
	background-color: #1a1a1a;
	width: 556px;
	height: auto;
	z-index: 1;
	margin: -67px 0 0 102px;
	position: relative;
	float: left;
	padding: 65px 20px 20px 20px;
	font-weight: bolder;
}

*:first-child+html {} #midContent {
	margin: -55px 0 0 102px;
}

* html #midContent {
	margin: 0 0 0 52px;
	padding-top: 20px;
}

#snLinks {
	clear: both;
	padding: 10px 0;
}

#snLinks a {
	display: block;
	width: 48px;
	float: left;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin: 10px;
	color: #FFF;
	text-align: center;
}

#footer {
	margin: 10px 0 0 75px;
}

* html img,
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/clear.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}
