body {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
font-size:10px;
color:#333333;
}

a:link, a:visited {
text-decoration:none;
color:#07381f;
}

a:hover, a:active {
text-decoration:underline;
color:#666;
}

#container {
margin:20px auto;
width:800px;
padding:0px;
display:block;
position:relative;
}

#logo {
width:800px;
height:408px;
float:left;
display:block;
background-image:url("images/mergelogo.jpg");
background-repeat:no-repeat;
background-position:top center;
position:relative;
}

#contact {
width:760px;
margin-left:20px;
float:left;
position:relative;
font-size:12px;
}

#contactleft {
text-align:left;
width:370px;
position:absolute;
top:0px;
left:0px;
}

#contactright{
text-align:right;
width:370px;
position:absolute;
top:0px;
right:0px;
}

#copyright {
position:absolute;
width:350px;
top:100px;
left:0px;
height:100px;
display:block;
color:#666;
font-size:9px;
}