@charset "utf-8";
/* CSS Document */
#container {
	width: 80%;
	max-width: 1024px;
	width:expression(document.body.clientWidth < 800? "780px" : document.body.clientWidth > 1024? "1024px" : "auto");
	background-color: #FFF;
	margin: 0 auto;
}
.home {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:larger;
	font-weight:bolder
	color:#000;
	text-decoration:underline;
}
.home a:link {
	color:#000;
}
.home a:hover {
	color:#ed1c24;
}
.home a:visited {
	color:#000;
}

