/* CSS Document */

#outer
{
	z-index: 2;
	position: relative;
	/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/

  width: 772px;
	border: solid;
	border-width: 1px;
	border-color: #bbbbbb;
	color: #000000;
	margin: auto;
	margin-top: 5px;
	text-align: left;
	background-color: #FFFFFF;
}

.header-image {
background-image:url(../images/header_background.jpg);
background-repeat:no-repeat;
background-position:center;
width:772px;
height:100px;
}

.menu-css {
background-color:#000000;
width:772px;
}

.text-achtergrond {
background-color:#FFFFFF;
width:772px;
height:10px;
}

.text-spacer {
background-color:#FFFFFF;
height:20px;
}

.content-table {
background-color:#FFFFFF;
margin-left:75px;
margin-right:15px;
margin-top:20px;
margin-bottom:5x;
padding-left:5px;
padding-right:5px;
padding-top:15px;
padding-bottom:2px;
}

.logo-onder-content {
background-image:url(../images/infomusic_banner.jpg);
height:97px;
widows:477px;
background-repeat:no-repeat;
background-position:center;
}




