/* CSS Document */
body {
	margin: 0px auto;
	padding: 0px;
	width: 841px;
	background-color: #CCFFCC;
	background-image: url('../img/back.jpg');
	background-repeat: repeat-y;
	background-position: center center;
}

.botan {
	margin: 0px auto 20px;
	padding: 0px;
	width: 468px;
}

.main {
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	width: 831px;
}

a {
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-size: 0.9em;
	color: #333333;
	text-decoration: underline;
}