body
{ 
  background: url(/images/goldengate.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#menu
{
position:absolute;
right:100px;
top:30px;
font-family:Helvetica;
font-size:40pt;
font-weight:900;
text-decoration:none;
}

#item1
{
color:#000000;
}

#item2
{
color:#504448;

}

#item3
{
color:#92959C;

}

#item4
{
color:#FFFFFF;

}



a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}