
body{
    margin: 0 ;
    padding: 0;  
    text-align:left;
    font : 12px Ariel,Helvetica, sans-serif;
    font-size :13px;
    color: LIght grey;
    background:gray;
    background-image:url("images/wood.jpg");
    background-position:100%;
    background-repeat:repeat;
    }
    #menu
    {
    background-image:url(image/assignment,jpg)
    background-repea; repeat;
    width: auto;
    height:auto;
    float:left;
    clear:both;
    }
    #content{
width:880px;
height:auto;
background-color:#FFF;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
}

#footer
{
width:inherit;
height:auto;
}

#footer h3 a,#footer h3 a:visited
{
display:inline;
text-align:center;
font-size:12px;
text-decoration:none;
color:#7198E1;
}


/*#menu ul {
list-style:;
	padding: 0px;
	margin-left:auto;
	width:900px;
}

#menu li {
	list-style: vertical;
	padding: 0px;	
    display: inline; 
}
	
html, body {
    text-align: center;
    background-image:url('images/assignment,jpg' );
      background-position: 50% 50%;
      background-repeat:repeat;
    
    }
    p {text-align: left;}
    
        body{
      background-image:url('images/about,jpg' );
      background-position: 50% 50%;
      background-repeat:repeat;
       };