body
{
	background-color:#202020 ;
	color: #F0F0F0;
	margin:0;
	font:30px arial,sans-serif;
	text-align:center;
}
a
{
	text-decoration:none;
	color: #F0F0F0;
}

a:hover
{
	font-weight:bold;
}

#header
{
	background-image:url('../img/header.png');
	background-repeat:no-repeat;
	background-position:center top;
	min-height:80px;
	text-align:center;
	font-size:50px;
	padding-top:20px;
	border-bottom:2px solid #707070 ;
}
#footer
{
	background-image:url('../img/footer	.png');
	border-top:2px solid #707070 ;
	min-height:100px;
	background-position:center top;
	background-repeat:no-repeat;

}
#content
{
	padding-left:15%;
	padding-right:15%;
	min-height:500px;
}
