@charset "utf-8";
/* CSS Document */

body {
	background: url(../includes/bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 900px;
	float:left;
	background:#FFFFFF;
}

p {
	padding-left: 10px;

}
#header {
	width: 900px;
	float:left;
	height: 249px;
	background:url(../includes/header.jpg) no-repeat;
}

#content {
	width: 900px;
	float:left;
	background:#FFFFFF;
}

#content-bg {
	width: 900px;
	float:left;
	background:#FFFFFF url(../includes/content-bg.jpg) repeat-y;
}


.content-heading {
	width: 900px;
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
	background:#FFFFFF;
}

.content-bottom {
	width: 620px;
	float:left;
}

.content-right {
	width: 265px;
	float:right;
}

/* Footer */

#footer {
	width:900px;
	height:148px;
	float:left;
	background:url(../includes/footer.jpg) no-repeat;
}

.player {
	float:right;
	margin: 12px;
	width: 200px;
	height: 25px;
}

#simply {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.simply a {
	color: #000000;
	text-decoration: none;
}

.simply a:hover {
	color: #990000;
	text-decoration: none;	
}