body {
 background-image:url(images/background.jpg);
 background-position: top center;
 background-repeat:no-repeat;
 background-color: #0a4b00;
 margin:auto;
}

a:link, a:active, a:visited {
 font-size:14px;
 font-weight:bold;
 color:#ffffff;
 text-decoration:underline;
} 

a:hover {
 color:#ffffff;
 text-decoration:underline;
}

.sitecontainer {
 width:800px;
 margin:auto;
}

.txt_left {
 float:left;
 margin-top:530px;
 margin-left:10px;
 width:350px;
 font-family: verdana;
 font-size:14px;
 font-weight:bold;
 color: #ffffff;
}

.txt_right {
 float:right;
 margin-top:530px;
 margin-right:10px;
 width:350px;
 text-align:right;
 font-family: verdana;
 font-size:14px;
 font-weight:bold;
 color: #ffffff; 
}

