* {
   padding: 0px;
   margin: 0px;
}

body
{ background-color: #C4CDCC;
background-image: url(bg.jpg);
background-position: top center;
background-repeat: repeat-y;
text-align: justify;
padding: 40px; }

body, td, input, select, textarea
{ font-family: Trebuchet MS, sans serif;
font-size: 12px;
line-height: 17px;
letter-spacing: 0px;
color: #777F7E; }

a
{ text-decoration: none;
font-weight: bold;
color: #D1DFDD; }

a:hover
{ color: #C4CDCC;
text-decoration: none; }

p
{ margin: 0px 0px 10px 0px; }

.content
{ width: 450px;
background-color: #B3BFBD;
margin: 0px auto;
padding-top: 0px; }

h2
{ margin-top: 8px;
text-align: right;
font-family: Georgia, sans serif;
font-size: 16px;
line-height: 3px;
color: #C4CDCC;
font-style: italic; }

h3
{ text-align: right;
font-family: Georgia, sans serif;
font-size: 16px;
line-height: 20px;
color: #C4CDCC;
font-style: italic; }

.main
{ margin-top: 0px;
background-color: clear; 
padding: 9px 12px 1px 12px; }

.image
{ text-align: center; }

.image img
{ border: 5px solid #C4CDCC; }