body {
	background: url(../images/bg.png) top left repeat #000000;
	background-image: url(../images/bg.png);
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 85%;
}

#container {
	/*width: 95%;*/
	width: 70em;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #570000;
	background: url(../images/rood_tussen_zwart.jpg) 0px 80px no-repeat #000002;
	
}

	#header {
		width: 100%;
		background: url(../images/stershop.png) top left no-repeat #1e1e1e;
		height: 88px;	
	}
	
		#header h1 {
			color: #ffffff;
			text-align: right;
			font-size: 1.6em;
			padding-top: 2.5em;
			padding-right: 1em;
		}
		
	#subheader {
		width: 100%;
		font-size: 0.8em;
	}
	
		#subleft {
			float: left;
			width: 30%;
		}
		
			#subleft h2 {
				font-size: 1.6em;
				font-weight: bold;
				font-family: helvetica, verdana, arial, sans-serif;
			}
		
		#subright {
			float: right;
			width: 60%;
			padding-top: 5px;
			
		}
	
			#subright span {
				float: left;
				padding-left: 60px;
				min-height: 50px;
				padding-top: 10px;
			}
	
	#main {
		border-top: 2px solid black;		
		/*background: url(../images/sfj2.jpg) 98% 95% no-repeat #ececec;*/
	}
	
		#content {
			padding: 1em 0;
			padding-bottom: 0;
			clear: both;
		}
		
			#empty {
				height: 130px;
			}
			
			#titles {
				margin-bottom: 0;
			}
		
		
	#footer {
		border-top: 1px solid #570000;
		font-size: 0.8em;
		text-align: center;
		padding: 0.3em;	
		color: #fff;
		clear: both;
	}