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

#top_box {
	background-image: url(../images/backgrounds/home/top.jpg);
	background-repeat: no-repeat;
}
#main_box {
	background-image: url(../images/backgrounds/home/middle.jpg);
	background-repeat: repeat-y;
}
#bottom_box {
	background-image: url(../images/backgrounds/home/bottom.jpg);
	background-repeat: no-repeat;
}
body {
	color: #5f5f5b;
}
a:link {
	color: #5f5f5b;
}
a:visited {
	color: #5f5f5b;
}
