body {
margin:0;
padding:0;
font-family:"Trebuchet MS", sans-serif;
color:#555555;
font-size:12px;
line-height:13px;
text-align:justify;
}

/*--------------CONTAINER-------------*/
.container {
width:846px;
margin:0 auto;
text-align:centre;
position:relative;
}

/*--------------HEADER-------------*/
#header {
background-image:url(images/header.jpg);
top:0;
left:0;
width:846px;
height:165px;
}

/*--------------TABS-------------*/
#tabs {
position:absolute;
top:165px;
left:0;
width:846px;
height:42px;
}

/*--------------NAVIGATION-------------*/
.home, .insurance, .mortgages, .loans, .testimonials {
position:absolute;
top:184px;
width:133px;
height:10px;
font-size:13px;
text-align:center;
}
.home {left:21px;}
.insurance {left:155px;}
.mortgages {left:289px;}
.loans {left:423px;}
.testimonials {left:557px;}

.form {
position:absolute;
left:289px;
top:230px;
width:555px;
height:500px;
}

.iframecentre {
position:absolute;
left:180px;
top:230px;
width:380px;
height:500px;
}

/*--------------FOOTER-------------*/
#footer {
position:absolute;
background-image:url(images/footer.gif);
top:740px;
left:0;
width:846px;
height:61px;
text-align:center;
line-height:40px;
color:#ffffff;
}