*
	{
	margin: 0;
	padding: 0;
	}
body
	{
	background: #000000;
	color: #dfb69f;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
	}
a
	{
	color: #CA8560;
	text-decoration: none;
	}
a:hover
	{
	color: #AA0000;
	}
h1
	{
	color: #800000;
	font-size: 13px;
	line-height: 24px;
	padding: 40px 0 0;
	text-align: center;
	}
img
	{
	border: none;
	}
p
	{
	text-align: justify;
	}
ul
	{
	list-style-type: none;
	}
#content
	{
	margin: 0 auto;
	overflow: hidden;
	width: 500px;
	}
#main
	{
	text-align: center;
	padding: 40px 0 5px;
	}
#footer
	{
	clear: both;
	margin: 0 auto;
	width: 500px;
	}
#footer .section
	{
	background: url(../image/csik.png) no-repeat 50% 0;
	color: #dfb69f;
	font-size: 11px;
	line-height: 14px;
	padding: 10px 0 0;
	}
#footer ul
	{
	margin: 0;
	padding: 0 0 5px;
	text-align: center;
	}
#footer ul li
	{
	border-left: 1px solid #AA0000;
	padding: 0 5px;
	display: inline;
	}
#footer ul li.first
	{
	border: none;
	}
#footer ul li a
	{
	padding-left: 6px;
	}
#footer a.current
	{
	color: #80482B;
	cursor: default;
	}
#footer p
	{
	text-align: center;
	}