/*CSS Document */
body {background: #74c5d5;}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 590px;
	width: 800px;
	margin-top: -295px;
	margin-left: -400px;
	background: #74c5d5;}
/*Footer CSS*/
#footer {
	height: 10px;
	width: 800px;
	clear: both;
	font: 9px "Times New Roman", Times, serif;	
	margin: 0px auto 0px auto;
	color: #4c4135;}
#footer_left {
	float: left;
	width: 380px;
	text-align: left;
	padding-left: 20px;}
#footer_right {
	float: right;
	width: 380px;
	text-align: right;
	padding-right: 20px;}
#footer a:link, #footer a:visited{color:#4c4135;text-decoration:underline;border:none;}
#footer a:hover {text-decoration:none;}