body {
	margin:20px 20px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #000;
	text-align: left;
	background: url('bg.png');
	background-color: #e0f1ff;
	background-position: fixed;
	}

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

img{
	border: 1px solid #666666;
	}
a:hover 	{
		color: #000FFF;
		text-decoration: underline;
		}
#main {
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;*/
	background:#fff;
	width: 800px;
	float: center;
	text-align: left;
	}
p,h1,pre {
	margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size:14px;
	}

#menu p {
	font-size:10px;
	text-align: left;
	}
#menu {
	border-bottom:1px dashed #000;
	border-right:1px dashed #000;
	text-align: left;
	padding:10px;
	background:#eee;
	float:left;
	width:12%;
	}
#header {
	float:center;
	margin:0px 0px 0px 0px;
	width: 800px;
	text-align: left;
	}
#footer {
	border-top: 1px dashed #B3B3B3;
	margin:0px 0px 0px 0px;
	font-size: 10px;
	text-align: center;
	padding:2px;
	clear:both;
	}
#contents {
	padding:10px;
	font-size: 11px;
	width:80%;
	float:right;
	text-align: left;
	}

center a img{
	margin:10px;
	padding:3px;
}

hr{
	color:#D4D4D4;
}