body
{
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: Arial, Tahoma;
	font-size: 12px;
	text-align: center;
}

html
{
	width: 100%;
	height: 100%;
}

div#container
{
	position: relative;
	width:900px;
	height: 446px;
	margin:0 auto;
	background-image: url('artwork/container.gif');	
	background-position: 0 12px;
	background-repeat: no-repeat;
	background-color: Transparent ;
	text-align: left;
}

#logo {
	border: none;
	position: absolute;
	top: 32px;
	left: 20px;
}

#instructions {
	position: absolute;
	top: 128px;
	left: 30px;
	width: 604px;
}

#contact {
	position: absolute;
	top: 128px;
	right: 30px;
	width: 190px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 4px 5px;
	font-size: 10px;
	width: 890px;
}

#fl {
	float: left;
}
#fr {
	float: right;
	text-align: right;
}

h1 {
	font-family: Garamond, Arial, Tahoma;
	font-size: 22px;
	margin: 0;
}

p {
	font-family: Arial, Tahoma;
	font-size: 14px;
}

a {
	color: #000000;
}

