body{
	margin: 0px;
	padding: 0px;
	background-color: #636049;
	background-image: url("images/bg.gif") ;
	background-repeat: repeat;
	width:100%;
	height:100%;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color:black;
	font-weight: bold;
}

#header{
	position:absolute;
	width:100%;
	margin: 0px;
	top: 0px;
	height: 60px;
	text-align: center;
	border-top: 1px #dbdbdb solid;
	background-image: url("images/titlebg.png");
	background-repeat: repeat-x;
}

#content{
	text-align: center;
	margin: 0 auto;
	background-image: url("images/chalkboard.png");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	height:570px;
	width:100%;
}

#flashContent{
	padding-top: 20px;
}

#footer{
	line-height: 5px;
	position:fixed;
	width:100%;
	margin: 0px;
	bottom: 0px;
	border-bottom: 1px #dbdbdb solid;
	height:36px;
	text-align:center;
	background-image: url("images/footerbg.png");
	background-repeat: repeat-x;
}

a {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: white;
}