/* CSS Document */
html {
	background-image: url("/homepage/javax.faces.resource/background.png.xhtml?ln=img");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	overflow-y:scroll;
}

body {
	margin-top: 1em;
	background: none;
}

.nav {
	color: #fff;
	text-align: left;
	font-size: larger;
	line-height: 2em;
}

.link {
	border-bottom: 1px solid #fff;
	line-height: 1em;
	padding-top: 1em;
}

.link a {
	font-family: "ro-shino-std";
	color: #fff;
	text-decoration: none;
}

.link a:hover {
	color: #fff;
	font-family: "ro-shino-std";
	text-decoration: none;
}

div.right_panel {
	margin-bottom: 1em;
}

div.left_panel {
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 0px;
	color: saddlebrown;
}

footer {
	color: #fff;
}
