body {
	background-color: #92288F;
	}
	
#header {
	background-image: url(img/header.gif);
	width: 768px;
	height: 159px;
	position: absolute;
	left: 36px;
	top: -5px;
	}

#main {
	background-image: url(img/sonic-lozenge.gif);
	width: 840px;
	height: 760px;
	position: absolute;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 158px;
	top: 9px;
	}
	
#content  {
	padding-right: 25px;
	position: absolute;
	padding: 2px;
	top: 221px;
	left: 49px;
	width: 736px;
	height: 494px;
	font-family: "Helvetica", Arial;
	color: #000;
	font-size: 12px;
	margin:0;
	overflow: auto;
	text-align: justify;
		 }
#twitter  {
	padding-right: 25px;
	position: absolute;
	padding: 2px;
	top: 160px;
	left: 1007px;
	width: 306px;
	height: 326px;
	font-family: "Helvetica", Arial;
	color: #333;
	font-size: 12px;
	margin:0;
	overflow: auto;
	text-align: justify;
		 }
			 
#menu  {
	position: absolute;
	top: 164px;
	left: 42px;
	height: 26px;
	font-family: "Helvetica",Arial;
	color: #900;
	font-weight:bold;
	font-size: 30px;
	width: 747px;
	display: block;
	letter-spacing: -2px;

	}

a:link {
	text-decoration: none;
	color:#333;
	font-weight: bold;
	font-size: 30px;

}
a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 30px;


}
a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 30px;


}
a:active {
	text-decoration: none;
	color: #92288F;
	font-weight: bold;
	font-size: 30px;

}
		 
#menu a { color: black; }
#menu a:hover {color: teal;}

#content a { color: #000; font-size: 13px;}
#content a:hover {color: teal;font-size: 13px;}
#content a:visited {color: #92288F;font-size: 13px;}

#twitter a { color: #000; font-size: 13px;}
#twitter a:hover {color: teal;font-size: 13px;}
#twitter a:visited {color: #92288F;font-size: 13px;}

 
ul { list-style-type: none; }

h4 { color: red; font-size: 24px; }
