#header{
	line-height:30px;
	background-color:#000;
	text-align:center;
	color:white;
	width:100%;
}
#content{
	background-color:#eee;
	float:left;
	width:100%;
	margin-right:5px;
}
#footer{
	background-color:#222;
	color:white;
	clear:both;
	bottom:0;
	position:fixed;
	width:100%;
	text-align:center;
}

a:link {color: #000;text-decoration: none;text-decoration:underline;}
a:visited {color: #333;text-decoration: none;text-decoration:underline;}
a:hover {color: #666;text-decoration: none;text-decoration:none;background: #AAA}
a:active {color: #333;text-decoration: none;text-decoration:underline;}
