html
{
	padding: 0;
	margin: 0;
	background-color: lightblue;
	color: white;
	background-image: url('background.jpg');
	background-position: top center;
	background-repeat: repeat;
}
body
{
	background-color: transparent;
	color: white;
}
#container
{
	background-color: white;
	color: black;
	width: 762px;
	margin: 100px auto 0 auto;
	height: 680px;
}
#left
{
	float: left;
	width: 312px;
	background-color: transparent;
	color: black;
}
#left p
{
	text-align: center;
	margin-left: 8px;
}
#right
{
	float: right;
	width: 343px;
	background-color: transparent;
	color: black;
	margin-top: 65px;
}
#links
{
	float: right;
	width: 343px;
	background-color: transparent;
	color: black;
	clear: right;
}
#footer
{
	text-align: center;
}
#links ul
{
	list-style: none;
}
h1
{
	text-align: center;
	height: 22px;
}
h2
{
	font-size: small;
	text-align: center;
	height: 10px;
	line-height: 10px;
}
hr
{
	background-color: lightblue;
	color: lightblue;
	border: 0;
	height: 1px;
}
img
{
	padding: 0;
	margin: 0;
	outline: 6px solid black;
}
a
{
	color: black;
}
a:hover
{
	color: lightblue;
}