body{
 margin-top: 0px; 
 margin-left: 0px;
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 background: #fff url('images/bg.jpg') repeat-x top center;
 font-size: 13px;
 color: #01516e;
}

p{
line-height: 19px;
}
 
img, div {
	border: 0px;
}

a{
 border: 0px;
 text-decoration: none;
 color: #999999;
}

a:link{
 text-decoration: none;
 color: #999999;
}

a:visited{
 text-decoration: none;
 color: #999999;
}

a:hover{
 text-decoration: underline;
 color: #999999;
}

a:active{
 text-decoration: none;
 color: #999999;
}

a em {
font-style: normal;
text-decoration: underline;
}

.floatLeft{
float: left;
margin-right: 10px;
}

table.position {
height: 100%;
width: 100%;
}

table{
border-spacing: 0px;
padding: 0px;
}

td.central{
 height: 100%;
 text-align: center;
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #01516e;
}


#container {
 position: relative;
 margin: 0px auto;
 width: 980px;
 text-align: left;
}

#logo{
position: relative;
left: 0px;
top: 15px;
height: 290px;
z-index: 9
}

#content{
position: absolute;
left: 45px;
top: 470px;
width: 560px;
z-index: 9
}

#example{
position: absolute;
right: 30px;
top: 320px;
z-index: 9;
width: 282px;
height: 279px;
}

#footer{
position: relative;
left: 0px;
top: 10px;
height: 66px;
width: 980px;
z-index: 9;
font-size: 11px;
color: #FFFFFF;
}
