body {
	background: #cccccc;
	margin: 0;
	padding: 0;
} 	 	 
div#container {
   position: relative;
	 margin: auto;
	 background-color: white;
	 height: 659.5px;
	 width: 1024px;
	 overflow: hidden;
}
.shade_l {
   position: absolute;
	 top: -1px;
	 left: -25px;
	 z-index: 5;
}	
.shade_r {
   position: absolute;
	 top: -1px;
	 right: -25px;
	 z-index: 5;
}	  			 					
.logo {
  position: absolute;
	left: 22.5px;
	top: 32.5px;
	z-index: 3;
}		 	 	 	 	 	 	 	 
.multimedia {
   position: absolute;
	 left: 67px;
	 top: 152px;
	 z-index: 4;
}
.illustration {
   position: absolute;
	 bottom: -15px;
	 left: 0px;
}  
.video {
   position: absolute;
	 top: 222px;
	 right: 125px;
} 
.nav {
   position: absolute;
	 top: 215px;
	 left: 67px; 
} 
.nav ul {
  margin: 0;   
  padding: 0;
  list-style-type: none;
  font: 17px Verdana, arial, sans-serif;
	color: #000000;
	font-variant: small-caps;
 } 
.nav a {
  font: 14px verdana, arial, sans-serif;   
  display: block;  
  color: #4a4a4a;
  text-decoration: none;
  line-height: 21px;
	font-variant: small-caps;
}
.nav a:hover { 
  color: #ad8d3d;
}