body
{
	background: #000000 url(images/spirate.png) fixed center no-repeat;
	color: #ffffff;
	font-family: "Book antiqua", sans-serif;
	font-size: 14px;
}
a
{
	font-weight: bold;
	text-decoration: none;
}
a:link
{
	color: #ffe020;
}
a:hover
{
	color: #ffffff;
}
a:visited
{
	color: #e0e0e0;
}

p
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	display: block;
	text-align: center;
	margin: 250px 0 0 -150px;
}
div.border
{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -300px;
	width: 600px;
	padding: 0 0 50px 0;
}
div.inside
{
	background: #202020 url(images/spirate2.png) fixed center no-repeat;	
	width: 100%;
	padding: 1em;
	text-align: justify;
	border-color: #a0a0a0;
	border-style: dashed;
	border-width: 1px;
}
div.signature
{
	text-align: right;
	font-family: "Brush Script MT", cursive;
	font-size: 16px;
	font-style: italic;
}