html {
	/* overflow-y: scroll; */
        
        /* This image will be displayed fullscreen */
        background:url('../images/keys.jpg') 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; */
        color: #fff;
	font-family: 'Fredericka the Great', cursive;
	font-size: 80px;
        /* 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: 960px;
        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: 'Shadows Into Light', cursive;
}