html {
	/* overflow-y: scroll; */

        /* This image will be displayed fullscreen */
        background:url('../images/bodybg3.webp') no-repeat top center fixed;

        /* Ensure the html element always takes up the full height of the browser window */
        min-height:100%;

        /* The Magic */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -o-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body {
        /* Workaround for some mobile browsers */
        min-height:100%;
	color: #B22222;
	font-family: tahoma, arial;
	font-size: 90px;
        font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border: 0px;
}

a:link, a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #e6cc40;
	font-weight: bold;
	text-decoration: none;
}

#wallpaper {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background:url('../images/g.png') repeat 0 0;
	z-index:-999;
}

#inner960 {
        width: 1075px;
        margin-left: auto;
        margin-right: auto;
        border: 0px;
        border-color: #c00;
        border-style: solid;

}

#title {
        text-shadow: .05em .05em .05em #000;
        margin: 100px 0 70px 0;
        font-family: 'Shojumaru', cursive;
}
