@import url(blueprint/reset.css);
@import url(blueprint/ie.css);
@import url(blueprint/typography.css);
html, body {
	height: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
body {
	background: url('../img/bg.jpg') no-repeat top center fixed #4e341b;;
	text-align: left;
	font-family: Trebuchet, Trebuchet MS, Georgia, Arial, sans;
	color: #ffffff;
	font-size: 72.5%;
}
img {
	border: 0px;
}
p, a, h1, h2, h3, h4, h5 {
	color: #ffffff;
}
a {
	text-decoration: none;
	color: #ffffff;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}
h1 {
	color: #ffffff;
	font-size: 1.7em;
	text-transform: capitalize;
	background: url('../img/h1.png') no-repeat left top;
	padding: 16px 0px 5px 36px;
	margin-left: -36px;
}
h2 {
	color: #ffffff;
	font-size: 1.3em;
	text-transform: uppercase;
	background: url('../img/h2.png') repeat left top;
}
h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
h4 {
	color: #ffffff;
	font-size: 1.5em;
	text-transform: capitalize;
	margin-bottom: 8px;
	margin-left: 40px;
}
h4 a {
	text-decoration: none;
	font-style: normal;
}
p {
	color: #ffffff;
	font-size: 1em;
	background: url('../img/p.png') repeat left top;
	margin-bottom: 20px;
}
#whatson p {
	background: none;
}
#container {
	margin: 0pt auto;
	width: 970px;
	text-align: left;
	position: relative;
}
#top {
	height: 250px;
	float: left;
	width: 970px;
}
#logo, #outnow, #whatson {
	float: left;
}
#outnow img {
	margin: 5px 0px 5px 5px;
}
#whatson{
	margin: 5px 0px 5px -10px;
	background: url('../img/whatson.png') no-repeat top left;
	width: 390px;
	height: 220px;
}
#left{
	width: 250px;
	float: left;
}
#menu{
  width: 175px;
  float: left;
  margin: -45px 40px 0px 40px;
  text-align: left;
}
#content{
	float: left;
	margin: -35px 30px 10px 10px;
	width: 550px;
}
#right {
	float: left;
	width: 110px;
  margin-top: 13px;
}
p object {
	margin: 10px;
	text-align: center;
}
.cover {
	float: left;
	margin: 10px;
}
.songs {
	float: right;
	margin-top:10px;
	width:200px;
}
p.nobg {
	background: none;
}
.recensie {
	z-index: 1000; 
	position: absolute; 
	background: #4f321b; 
	border: #fff 1px solid;
	padding: 10px; 
	letter-spacing: 0.1em; 
	width: 527px;
	margin-top: 20px;
	line-height: 1.4em;
}
.cover img {
	border: #fff 1px solid;
}
#underconstruction {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	background: #000;
    background-repeat: repeat;
    height: 1955px;
    padding-top: 50px;
    text-align: center;
}

