 body {
background-color: #000000;
margin:0px 0px;
color: #000;
 }
 A:link { 
  text-decoration: none;
  color: #444;
  }
A:visited {
  text-decoration: none;
  color: #444;
  }
 A:hover {
  text-decoration: none;
  color: #999;
  }
#close {
position:absolute;
z-index:100;
top:0;
right:0;
margin:25px;
width:100px;
height:20px;
text-align:center;
background-color: transparent;
                }

#middle_content {
position:relative;
z-index:20;
top:0;
left:0;
overflow:hidden;
margin:auto auto;
width: 1500px;
height: 1000px;
text-align:center;
                }

#menu {
position: absolute;
z-index:1;
top:0;
left:0;
width:100%;
height:100%;
padding: 100px 0px 0px 100px;
text-align:left;
font-family: Optima,Palatino,Georgia,serif;
text-decoration: none;
font-size: 1.0em;
color: #333;
		}
img.link {
			min-height: 100%;
			min-width: 1500px;
			width: 100%;
			height: auto;
			position: fixed;
			top: 0;
			left: 0;
		}
