<style type="text/css"> 

a:link {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #000000; text-decoration: none;}


body 
{ 
 margin: 0; 
 padding: 0; 
 padding-top: 10px;
 text-align: center; 
 background: #C0D1E3;
} 
#centered
{ 
 width: 800px; /* set to desired width in px or percent */
 height: 600px;
 text-align: left; /* optionally you could use "justified" */
 border: 0px; /* Changing this value will add lines around the centered area */
 padding: 0;  
 margin: 0 auto;
 background-image:url('background3.jpg');
 background-repeat:no-repeat;
 
} 
</style>