body 
{ 
  background: #999;
	background-repeat: no-repeat; 
	background-image: url(images/work_face.gif); 
  font-family: geneva, verdana, helvetica, arial, sans-serif;
  margin-left: 2%;
  margin-right: 2em;
}



A:link 
{ 
  color: #c60;
  text-decoration: none;
}

A:visited, A:active 
{ 
  color: #669;
  text-decoration: none;
}

A:link IMG, A:visited IMG 
{ 
  border-style: none 
}

A IMG 
{ 
  color: white 
}
 
H1 
{
  font-size: 80px;
  color: #c60;
} 

H2 
{ 
  font-size: 14px;
  color: #660;
}

H3 
{ 
  font-size: 12px;
  color: #669;
}

P
{
  font-size: 11px;
  color: black;
}

#main 
{
	text-align: right;
	height: 100%;
	width: 100%;
}

#main #menu 
{
		width: 100%;
		height: 100%;
		margin: 0px 0px 20px 20px;
		vertical-align: bottom;
}


