
#header{
	width:800px;
	height:120px;
	background:black url(../img/banner.png) !important;	
}

#header h1{
	
	padding: 10px;
	color: white;	
}

#menu{
	background:#333 !important;
	color:#eee;
	font-weight: bold;
	border: 5px solid #ccc;
	padding: 20px;
}

#page-container{
	height:2000px;
}

#content{
	
	padding: 10px;
}