body {
   background-color:#000;
   color: white;
   font-family: "Book Antiqua";
}

* {
	outline: none;
}

div#overlay {
   background-image: url(images/overlay.png);
   top:0px;
   left:0px;
   position:absolute;
   width:375px;
   height:416px;
   z-index: -100;
}

div#overlay_right {
   background-image: url(images/overlay_right.png);
   background-position-x:100%;
   background-position-y:100%;
   width:196px;
   height:247px;
   right:0px; 
   bottom:0px;
   position:fixed;
}
div#container {
   width:900px;
   margin: 0 auto; 
}
div#header {
   height:110px;
   width:800px;
   background-image: url(images/header.jpg);
   background-repeat: no-repeat;
   background-position:center top;
   border-bottom:5px solid white;
   margin: 0 auto;
   cursor: pointer;
}
div#menu {
   color:#fff;
}
div#menu li {
   display: list-item;
   float:left;
   width: 132px;
   text-align:center;
}
div#menu ul {
   padding-top:85px;
   list-style-type: none;
   text-align: left;
}

div#content {
   width: 800px;
   margin: 0 auto;
   text-align: center;
   padding-top:40px;
}
a, a:visited, a:active {
	color:#fff;
}
img {
	border: none;
}
.link {
	font-weight: bold;
}
