/* basic elements */

body
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited
{
	color: #FFCC99;
	text-decoration: none;
}

/* specific divs */
#container
{
	background-color: #4D4627;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 800px;
}

#head
{
	background-image: url("media/masthead.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 600px;
}

#links
{
	padding-top: 30px;
}

#footer
{
	background-image: url("media/base.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 60px;
	width: 800px;
	clear: both;
}
