* { 
padding : 0; 
margin : 0; 
} 
body { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 13px; 
background-color : #273B3A;
background: url(images/background.jpg);
background-repeat: repeat-x   
} 
#wrapper { 
margin : 0px auto; 
width : 800px; 
background-color : #000000;
} 
#header {  
width : 800px; 
float : center; 
padding : 0px; 
height : 90px; 
margin : 0;  
background-image : url(head.jpg); 
background-repeat : no-repeat; 
} 
#navigation { 
float : left; 
width : 800px;
height : 50px; 
color : #333; 
padding : 0 0px; 
margin : 0 0 0 0; 
background-color : #ccc;
background : url(images/left.jpg);
background-repeat : no-repeat;  
}   
#content { 
float : left; 
color : #333;  
margin : 0 0 0 0; 
padding : 0px; 
width : 800px;
display : inline; 
text-align : justify;
} 
#footer { 
width : 800px;
height : 70px; 
clear : both; 
color : #333; 
background : #000000;  
margin : 0 0 0 0; 
padding : 0px; 
text-align : center; 
} 

