@charset 'UTF-8';
/* mopostal v6 */


* {
margin: 0;
padding: 0;
text-decoration:none;
background-color:#ffcc00;
width: 1600px;
height: 961px;
background-image:url('marina_BW_forsite.png');
background-repeat: no-repeat;
background-position: left bottom;
background-size: cover;
background-attachment: fixed;
overflow: hidden;

}



#Twitter
{
  display: block;
  width: 52px;
  height: 52px;
  background: url('twitter.png') no-repeat 0 0;


}

#Twitter:hover
{ 
  background-position: 0 -52px;
}

#Twitter span
{
  position: absolute;
  top: -999em;
}

#Tumblr
{
  display: block;
  width: 52px;
  height: 52px;
  background: url('tumblr.png') no-repeat 0 0;

}

#Tumblr:hover
{ 
  background-position: 0 -52px;
}

#Tumblr span
{
  position: absolute;
  top: -999em;
}

#Flickr
{
  display: block;
  width: 52px;
  height: 52px;
  background: url('flickr.png') no-repeat 0 0;

}

#Flickr:hover
{ 
  background-position: 0 -52px;
}

#Flickr span
{
  position: absolute;
  top: -999em;
}

#LinkedIn
{
  display: block;
  width: 52px;
  height: 52px;
  background: url('linkedin.png') no-repeat 0 0;

}

#LinkedIn:hover
{ 
  background-position: 0 -52px;
}

#LinkedIn span
{
  position: absolute;
  top: -999em;
}

#Contact
{
  display: block;
  width: 52px;
  height: 52px;
  background: url('email.png') no-repeat 0 0;

}

#Contact:hover
{ 
  background-position: 0 -52px;
}

#Contact span
{
  position: absolute;
  top: -999em;
}


#mologo
{
  display: block;
  width: 284px;
  height: 52px;
  background: url('maury_postal_logo.png') no-repeat 0 0;

}
#nav
{
position: absolute;
float: left;
width:100%;
margin:0;
bottom:0;
height:52px;
padding-bottom: 110px;
z-index:4;
} 



