@charset "utf-8";

body {
	background-image:url("../images/pix03.png");
	background-position:center center;
	background-repeat:non-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-color:#000000;
	overflow:auto;}
	
#logo {
	height: 55px;
	width: 55px;
	float: right;
	margin-top: 20px;
	margin-right:50px;
}

#content ul{width: 800px;
	     float: left;
	     font-family:"Courier New", Courier, monospace;}

#content ul li{float: left;
	     display: block;
	     font-size: 20px;
	     margin: 15px 0 15px 30px;
	     letter-spacing: 0.08em;}

#content ul li a{color: #fff;
	     text-decoration: none;}
		 
#content ul li a:hover {color:#CC0000;}
#content ul li a:active {color:#FFFFFF;}
#content a.thispage {color:#CC0000;}

footer {
	width: 100%;
	height: 20px;
	color: #000000;
	background-color: rgba(153,153,153,0.3);
	position: absolute;
	bottom: 0;
	text-align: center;
	}

#welcome {clear:both;
	width: 500px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 43%;}

h1 {
	color: #ffffff;
	clear: both;
	width: 250px;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	top: 43%;
	font-size: 15px;
	padding-left: 125px;
	padding-top: 69px;
}
.opa a:hover img{opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"}
  
  h2 {
	width: 100%;
	height: 20px;
	color: #cc0000;
	position: absolute;
	left: 0;
	text-align: left;
	text-indent: 40px;
	bottom: 10px;
}
h2 a {color:#cc0000;
text-decoration:none;
}
h2 a:hover {color:#ffffff;}
#sample {color:#ffffff;
font-size:20px;}
h1 a:hover {color:#ff0000;}