/* CSS Document */

body { 
        background-image: url(background.jpg); /** Link to the image you created **/ 
        background-repeat: repeat-y; /** Repeats the image vertically **/ 
        background-position: center; /** Centers the Background image **/ 
        background-color: #ffff99; /** Website BG colour (matches canvas colour in Step 1) **/ 
}
#container {
	width: 925px;
	margin: 0 auto;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}

#nav1 ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	position:relative;
	height:45px;
	text-transform:uppercase;
	font-size:12px;
	font-family:Arial,sans-serif;
}

#div-1 {
 position:relative;
 top:-50px;
 left:0px;
  width: 928px; 
        margin: 0 auto; 
        text-align: center; 
 


}
