
* { padding: 0; margin: 0; }

body {
 background: #CE4D30;
 background-image: url(bkg.jpg);
 background-position: top left;
 background-repeat: repeat-y;
 font-family: "Georgia", "Times New Roman", serif;
 font-size: 17px;
 color: #000;
}
#content { 
 width: 570px;
 padding: 10px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 15px;
 line-height:150%;
 background: transparent;
 
}
#contact {
 color: #efefeb; 
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 margin-top: -15px;
 font-size:9px;
 text-align: right;
 letter-spacing:1px;
 text-align: right;
 text-transform: uppercase;
}
#footer { 
 width: 600px;
 color: #EFEFEB;
 background: transparent;
 padding-top: 50px;
 font-size: 9px;
 letter-spacing:1px;
 text-align: right;
 text-transform: uppercase;
}
a {
 color: #EFF0EB;
 text-decoration: none;
}
a:visited {
 color: #bbb;
 text-decoration: none;
}
a:hover {
 color: #000;
 text-decoration: none;
}
