body
{
background-color: #4c4c4c;
color: #b3b3b3;
padding-left: 10em;
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 16px;
}

A:link 
{
text-decoration: none;
color: #b3b3b3;
}
A:visited {text-decoration: none; color: #b3b3b3}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: orange}

#logo {
 position: absolute;
 width: 30%;
 left: 10%;
}

#menu {
 position: absolute;
 width: 30%;
 left: 50%;
 top: 20%;
}

#copy {
 position: absolute;
 width: 10%;
 bottom: 1%;
 right: 1%;
 font-size: 65%;
 text-align: right;
}