html
{
height:100%;
}

body
{
background: url(images/bg.jpg);
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
font-family: Tahoma, sans-serif; 
font-size:70%;
height:100%;
}

A:link {text-decoration: none; color:#CC0000;} 
A:visited {text-decoration: none; color:#CC0000;} 
A:active {text-decoration: none; color:#CC0000;} 
A:hover {text-decoration: underline; color:#CC0000;}

h1 {font-size:100%; font-weight:normal}

.container
{
background: url(images/bg_red.gif);
margin-left: auto;
margin-right: auto;
margin-top:0px;
width: 790px;
text-align: left;
height:100%;
}
.main
{
margin-left: 7px;
margin-right: 6px;
margin-top:0px;
background-color: white;
height:auto;
}

.noborder
{
border:0px;
}

.left
{
align:left;
}
.frontimage
{
text-align: right;
}
.images
{
float:left;
width:320px;
height:159px;
margin-left:5px;
margin-top:20px;
margin-bottom:5px;
vertical-align: middle;
height:auto;
}
.text
{
float:right;
width:420px;
margin-right:5px;
margin-top:20px;
margin-bottom:5px;
height:auto;
}
.clearfloat
{
clear:both;
}

.footer
{
margin-left: 7px;
margin-right: 6px;
margin-top:0px;
border:0px;
vertical-align:top;
}
.image
{
border:0px;
}
