body
{
background: white;
background-image: url('site-bg.jpg');
background-repeat: repeat-none;
margin: 0px;
padding: 0px;
}

body,table,p,h1,h2,ol
{
font-family: helvetica,arial,sans-serif;
color: #666666;
font-size: 10pt;
}

h1
{
color: #000066;
font-size: 14pt;
}

h2
{
font-size: 14pt;
color: #000000;
margin-bottom: 40px;
}

img
{
border: 1px solid gray;
}

.container
{
border: 1px solid black;
padding: 50px;
background-color: #eeeeff;
background-image: url('box-bg.jpg');
width: 700px;
height: 250px;
position: relative;
left: 50%;
margin-left: -400px;
margin-top: 100px;
text-align: center;
font-size: 12pt;
font-weight: bold;
color: #000000;
}