/*
	Image Credits:

	- Background: http://www.kittymother.com/backgrounds/images/tiles/t1457.jpg
	
	
	Color Coordination:
	
	Border: #F0942D
	Body background: #450704
	Div background: #200000
	Text: white
*/

html
{
	background: black url(../images/lava.jpg) repeat fixed;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #F0942D;
	color: white;
	width: 800px;
	margin: 20px auto 20px auto;
	padding: 10px;
	background-color: #450704;
}

h1
{
	padding: 0px 15px 0px 15px;
	text-align: center;
}

div
{
	background: #200000;
}

div#menu
{
	width: 800px;
	text-align: center;
	font-weight: bold;
}

div#menuitem
{
	padding: 5px;
	width: 150px;
	float: left;
}

a, a:link, a:visited
{
	color: #F0942D;
}

a:active, a:hover
{
	color: white;
}

#menuitem a, a:link, a:visited, a:active
{
	color: white;
}

div#menuitem a:hover
{
	background-color: #F0942D;
	color: #200000;
}

img
{
	border: none;
}

#content
{
	padding: 1px 10px 1px 10px;
}

#copyright
{
	font-size: smaller;
	padding: 5px;
	text-align: center;
}

.center
{
	text-align: center;
}