body {
	font-family: arial, helvetica;
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000;
	color: #777;
}

img {border: none;}

a {color: #FFF; text-decoration: none;}
a:visited {color: #FFF; text-decoration: none;}
a:active {color: #FFF; text-decoration: none;}
a:hover {color: #FF0; text-decoration: underline;}



#content {
	width: 950px;
	height: 290px;
	margin: 0px;
	background-image: url('images/middle.jpg');
	background-repeat: no-repeat;
	background-color: #333;
	color: #FFF;
	text-align: left;
	zoom: 1;
}

#content h1 {
	margin-top: 25px;
	margin-left: 50px;
	font-size: 3.2em;
	font-weight: normal;
}

#content p {
	margin-left: 50px;
	font-size: 1.5em;
	line-height: 1.4em;
}

#copyright{
	width: 950px;
	margin-top: 4px;
	text-align: left;
	line-height: 15px;
}

#copyright a {color: #FFFFFF; text-decoration: none;}
#copyright a:visited {color: #FFFFFF; text-decoration: none;}
#copyright a:active {color: #FFFFFF; text-decoration: none;}
#copyright a:hover {color: #FFFF00; text-decoration: underline;}