@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #CCC;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation {
	height: 320px;
	width: 800px;
}
#whoweare {
	height: 340px;
	width: 330px;
	float: left;
	padding-left: 10px;
	font-size: 14px;
	color: #999;
}
#musicplayer {
	float: left;
	height: 340px;
	width: 450px;
	padding-left: 10px;
}
#news {
	width: 800px;
}
#clients {
	width: 800px;
}
#links {
	width: 800px;
}
#divider {
	background-color: #000;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#generalSection {
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
}
#container #generalSection img {
	float: left;
	padding: 5px;
}
#container #generalSection #header {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.clearfloat {
	clear: both;
}
.imageLink {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.headerImage {
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

