body
{
	margin: 0px;
	background-color: #fff;
	background-image: url(../img/background.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

a:link,a:visited,a:active
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.header
{
	clear: both;
	text-align: center;
}

.seperator
{
	clear: both;
	text-align: center;
}

.menu
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	text-align: center;
	background-color: #fff;
	width: 401px;
}

.content
{
	width: 390px;
	margin-left: auto;
	margin-right: auto;
	font-family: serif;
	font-size: 1em;
	text-align: justify;
	line-height: 1.3em;
}

