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

* {
	margin: 0;
	padding: 0;
}

html {
}

body {
	background-color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	padding: 50px;
}

a {
	color: #F06;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

ol {
	list-style-type: decimal-leading-zero;
}

ul, ol {
	list-style-position: inside;
	margin-bottom: 20px;
}

h1, h2 {
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

acronym {
	border: 0;

}

p#foot_note {
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 0;
	padding: 5px 0 0 0;
	font-size: 14px;
}

.noshow {
	display: none;
}

span.copyright {
	font-size: 15px;
}

div#background {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	min-width: 1024px;
	min-height: 768px;
	z-index: 0;
}

div#background img {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	min-width: 1024px;
	min-height: 768px;
	z-index: 1;
}


#content {
	position: relative; 
	z-index: 100;
	background-color: #fff;
	width: 480px;
	padding: 20px 25px;
	
}





