@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
BODY {
	background:#d0d0d0;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
H1 {
	font-size:16px;
	color:#6699CC;
}
#top {
	background:url(../images/top_bg.jpg) repeat-x;
	height:200px;
}
#top #nv {
	height:22px;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:8px;
	padding-right:20px;
}
#top #nv li {
	float:right;
	padding:0 5px;
	list-style:none;
}
#top #nv li a {
	color:#FFFFFF;
	text-decoration:none;
}
#top #nv li a:hover {
	text-decoration:underline;
}
#top #logo {
	background:url(../images/top.png) no-repeat center;
	height:170px;
}
#main {
	margin:10px auto;
}
#main .text {
	margin:10px;
}
#main #encode {
	text-align:center;
}
#main #decode {
	text-align:center;
	padding-top:10px;
}
#footer {
	background:#FFFFFF;
	border:solid 1px #666666;
	margin:10px auto;
	padding:20px;
	text-align:center;
	height:100px;
}
