@charset "utf-8";
body {
	margin: 0px;
	background-color: #F1E8D7;
	background-attachment: scroll;
	background-image: url(../images/layout/bck.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#txt a {
	color: #A20733;
	text-decoration: none;
	font-weight: bold;
}

#back {
	margin: 0px;
	height: 100%;
	width: 100%;
	top: 0px;
}

#inside {
	background-color: #FEFAEE;
}
#txt a:hover {
	color: #8F735E;
}
