﻿html {
    overflow:auto;
}

img
{
    border: 0 none;
}

#logo
{
  background: url(../content/images/logo.png) no-repeat scroll 0 0;
  width:348px;
  height:58px;
  margin:20px;
  float:left;
}

body 
{
  background: url(../content/images/HelidosaBack1680x768.jpg) no-repeat scroll 0 0;
  margin: 0;
  padding: 0;
  height:768px;
  font-family:"Verdana,sans-serif";
}

#links-area {
  padding:390px 110px 260px 0;
  width:360px;
  float:right;
  color:#263E7D;
  font-size:30px;  
}

#links-area a
{
    text-decoration:none;
}

#links-area img
{
    margin-top:5px;
}

#links-area span
{
    color:#043c55;
    font-weight:bold;
    vertical-align:top;
}

#footer
{
    text-align:center;
    color:#515151;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
}