@charset "UTF-8";
/* CSS Document */




img
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}


a:link {
	text-decoration: none;
	color: #000;
}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none}

p
{
	font-family:monospace;
	text-align: justify;
}

h4
{
	font-family:monospace;
	text-align: right;
}

#container {
	position: absolute;
	height: 668px;
	width: 600px;
	left: 50%;
	top: 50%;
	margin-top: -334px;
	margin-left: -300px;
}


#foot {
	left: 50px;
	top: 708px;
	position: absolute;
	height: 50px;
	width: 924px;
	text-decoration: none;
}
