@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
#content {
	float: left;
	width: 525px;
	margin-left: 15px;
	text-align: justify;
}
#bodyWrapper {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 192px;
	width: 880px;
	margin-bottom: 30px;
}
#footer {
	float: left;
	height: 40px;
	width: 880px;
	font-size: 10px;
	text-align: center;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#right-panel {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	height: 480px;
	width: 258px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	color: #FFFFFF;
	font-style: normal;
	line-height: 30px;
	letter-spacing: -2px;
	margin: 0px;
	padding-top: 0px;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	font-style: normal;
	line-height: 18px;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
}
#singers {
	float: left;
	width: 150px;
}
#dancers {
	float: left;
	width: 150px;
}
#band {
	float: left;
	width: 200px;
}
#playersInfo {
	width: 275px;
	float: left;
}
#playersImages {
	float: left;
	height: 500px;
	width: 240px;
	margin-left: 0px;
}


img, div { behavior: url(iepngfix.htc) }
