/* @override http://www.shukokaiunion.com/entry.css */

body
{
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 400px;
	text-align: center;
	background-color: #000000;
}

#content
{
	background-color: #000000;
	color: inherit;
	padding: 5px;
	width: 800px;
}

.image
{
	margin: 15px;
	border: none;
}

#footer
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: inherit;
	color: #ffffff;
}

#footer p
{
	font-family: Helvetica, sans-serif;
	font-size: 0.6em;
	padding-bottom: 20px;
	line-height: 20px;
}

#footer a
{
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
}

#footer a:hover
{
	color: #999999;
	background-color: inherit;
}

#footer b
{
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}

