/* Give the header a height and a background image */
#header{
		height:250px; 
		background: #000 url(images/id/background.jpg) repeat-y scroll left top;
		text-align:center;
		}
/* Create a Shadow Overlay */ 
#header div{
		width:920px;
		height:250px;
		background: transparent url(images/id/overlay.png) no-repeat scroll left top;
		}
/* Vertically position header text and style it*/
#header h1{
		padding-top:125px;
		font-family: Arial, "MS Trebuchet", sans-serif;
		color:white;
		}
/* Give basic styles to the body and the navigation */
#body{
		background-color:#efefef;
		height:600px;
		}
#nav{
		height:26px;
		background-color: #FFF;
		}

