@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#container {
	width: 890px;
	height: 620px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;

	
}


.footer1 {
	position: relative;
	width:440px;
	height:19px;
	float:left;
	top: 0px;
	padding-top: 3px;
	background-color: #d41675;
}

.footer2 {
	position: relative;
	width:450px;
	height:20px;
	float:left;
	padding-top: 2px;
	background-color: #d41675;
}	
