/* Layout Stylesheet */ 

body {
 background-color: White;
 color: Black;
 padding: 0px 0px 0px 0px;
 text-align: center;
 }

#outer {
 width:620px;
 border: 2px solid Black;
 background-image: url(images/image565.gif);
 background-position: center;
 background-repeat: no-repeat;
 text-align: center;
 margin: auto;
 }


 