body {
	background-image: url(../images/bg_promo.jpg);
	margin: 0px;
	text-align:center;
	font-family:Arial Narrow, Arial, Helvetica;
	color:#FFFFFF;
	font-size:12px;
}
html, body {
	height:100%
}
#wrapper {
	width:683px;
	text-align:left;
	height:100%;
	margin: 0px auto;
}
#image {
	height:675px;
	background-color:#000000;
	background: url(../images/sgalbumcover_promo.jpg) no-repeat;
}
#image #top {
	padding: 20px;
	padding-bottom: 10px;
	z-index:1;
}

#image #counter {
	font-family:Arial, Helvetica;
	font-size:16px;
	font-weight:bold;
	width:300px;
	text-align:center;
	margin: 0 auto;
	margin-top:15px;
	padding-right: 10px;
}
#image #top #player {
	position:relative;
	float:left;
}
#image #links {
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
	width: 125px;
	margin-left:26px;
	clear:left;
	color:#333333;
}
#image #links a, #image #links a:visited{
	color:#333;
	text-decoration:none;
}
#image #links a:hover {
	color:#000000;
	background-color:#FFFFFF;
	text-decoration:none;
}
#foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	bottom: 0px;
	text-align: center;
	background-color:#000;
	padding: 25px;
}
#foot a, #foot a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
#foot a:hover {
	color: #000000;
	background-color:#FFFFFF;
}
#wrapper #image #news a,
#wrapper #image #news a:visited{
	color:#CCCCCC;
}
#admin {
	color:red;
	padding:50px;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}