@charset "utf-8";
/* CSS Document */


html{
	height: 101%;
}

#wrap{
	width:800px; 
	margin:0 auto;
	display: block;
	background-color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-color: #666666;
	z-index:8;
	margin-top: 40px;

}


body {
  padding: 0;
  margin: 0; 
  background: #000000 url(images/background.jpg) no-repeat center top;
  z-index: -20;
  background-attachment: fixed;
}

img { border: 3px solid #000000; background-color:000000; }


#links{
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
padding: 0;
width: 600px;
font-family: "Courier New", Courier, monospace;
z-index: 6;
}

#welcome{
margin-top:10px;
width:760px;
margin-left:20px;
margin-right:20px;
text-align:right;
font-family:"Courier New", Courier, monospace;
font-size:50px;
padding: o;
z-index: 5;
color:#666666;
}

p.content{
margin-top:20px;
width: 750px;
margin-left:25px;
margin-right:25px;
font-size:12px;
color:#666666;
font-family:"Courier New", Courier, monospace;
text-align: left;
}

p.images{
text-align: center;
border: none;


}


a.header:link {
		color: #666666;
		 text-decoration:none;
         }
		 
a.header:visited {
         color:#666666;
		 text-decoration:none;
         }
a.header:hover {
         color: #FF0099;
         text-decoration: none;
         }
a.header:active {
         color: #666666;
		 text-decoration:none;
         }
		 
		 

a.pic:link {
		color:#000000;
		 text-decoration:none;
         }
		 
a.pic:visited {
         color:#000000;
		 text-decoration:none;
         }
a.pic:hover {
         color: #FF0099;
         text-decoration: none;
         }
a.pic:active {
         color: #000000;
		 text-decoration:none;
         }
		 
h3{
color: #FF6600;
}


