html, body{
	background-color:#222222;
	background-image:url('pic/bg.png');
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	margin:0px;
	padding:0px;
}
#container{
	width:802px;
	margin:auto;
}
#header{
	height:100px;
	background-image:url('pic/header.png');
	border:1px solid #999999;
	margin-top:15px;
}
#navi{
	height:20px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding:0px;
	display:block;
	list-style:none;
	margin:0px;
}
#content{
	background-color:#444444;
	border:1px solid #999999;
	padding:5px;
}
#footer{
	height:15px;
	background-color:#333333;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size:10px;
	text-align:right;
	padding-right:2px;
}
.button{
	width:100px;
	height:20px;
	background-color:#333333;
	text-align:center;
	float:right;
	cursor:pointer;
}
.button:hover{
	background-color:#222222;
}

h6{
	margin-top:2px;
	font-size:12px;
	font-weight:100;
}
a:link {
	text-decoration:underline;
	color:#999999;
}
a:visited {
	text-decoration:underline;
	color:#999999;
}
a:active {
	text-decoration:underline;
	color:#999999;
}
a:hover {
	color:#333333;
}
