body
{
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;	
	
	text-align: center;
}

p
{
	font-family: Segoe UI, Trebuchet MS, Helvetica, sans-serif;
}

a
{
	color: red;
	
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: red;
}

#title
{
	background-image: url(images/title.png);
	
	margin-left: auto;
	margin-right: auto;
	
	width: 308;
	height: 62;
}

#container
{
	text-align: center;
	display: block;
	
	padding-top: 15px;
	padding-left: 20%;
	padding-right: 20%;
}

#copyright
{
	text-align: center;
	font-size: 10pt;
}

#copyright a
{
	font-weight: normal;
}