a:link {text-decoration: none; color: 333333;}
a:hover {text-decoration: underline; color: 660033;}
a:visited {text-decoration: underline; color: 660033;}

body {background-color: A8A8AA;}

div.top {
background: url(./secondary_images/bg.jpg);
background-repeat: repeat-x;
position: absolute;
top: 0px;
left: 0px;
height: 75px;
}

div.main {
position: absolute;
top: 75px;
left: 0px;
background-color: ffffff;
padding: 15px;
}

.container { 
color: 333333;
font-size: 15px;
font: Trebuchet, sans-serif;
margin-left: 0px;
text-align: center;
padding: 15px;}