body {
	background-color: #004080;
	color: whitesmoke;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0px;
	margin: 0;
}

a {
	color: #ff8000;	
}

a:hover {
	background-color: #ff8000;
	color: whitesmoke;
	text-decoration: none;
}

#header {
	width: 100%;
	background: #efffff url(../images/header.png) no-repeat right top;
	text-align: right;
	color: #000;
	height: 47px;
	padding: 0px;
}

#header span {
	padding-right: 80px;
	padding-top: 20px;
	display: block;
}
#container {
	padding: 100px;
}
#bandLogo {
	padding-top: 75px;
	position: relative;
	background: transparent url(../images/de_portables_camper.png) no-repeat ;
	width:526px;
}

#downloadLinks{
	padding-left: 18px;
	text-align: center;
	width:526px
}
img {
	border:none;
}
#logo {
	position: fixed;
	bottom: 3px;
	margin-left: -110px;
}

#taken  {
	position: absolute;
	bottom: 10px;
	width: 600px;
	font-size: 12px;
	padding-left: 40px;
}

#camper {
	background: transparent url(../images/camper.png) no-repeat;
	position: fixed;
	right: 0px;
	bottom:0px;
	height: 509px;
	width: 580px;
}

