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

#frame {
	height: 550px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.flash {
}
body {
	background-color: #E2ECDE;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}
a {
	color: #999;
	text-decoration: none;
}
