@charset "UTF-8";
/* CSS Document */
body {
	text-align:center;margin:0 auto;
	background-image:url(../img_s/bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
	color: #CCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #999;
}


#header {
		text-align:center;margin:0 auto;

	width: 902px;
	height: 64px;
	background-image: url(../img_s/header.jpg);
}
#main {
		text-align:center;margin:0 auto;

	width: 902px;
	height: 478px;
}
#footer {
	text-align:center;margin:0 auto;
	width: 902px;
	height: 70px;
	background-image:url(../img_s/footer.jpg);
}
#feetnails {
	text-align:center;margin:0 auto;
	width: 902px;
}