BODY {
	margin: 20px 0px 0px 0px;
	color: #555;
	font-family: 'MS UI Gothic';
	font-size: 80%;
	background-color: #FFF;
	background-image: url(./../image/orange.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;
}

A:link, A:visited, A:active {
	color: #8888FF;
	text-decoration: underline;
}

A:hover {
	color: #FF9900;
	text-decoration: underline;
}

.navigation {
	padding-top: 5px;
	padding-right: 30px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	background-color: #F5FFF5;
	text-align: right;
}

.navibottom {
	padding: 0px 0px 5px 0px;
}

.content {
	padding: 50px 20% 0px;
}