/* made by genius http://floam.sh.nu */

body {
	background-image: url("/~zakk/bg1.png");
	background-attachment: fixed;
}

:link, :visited, link:active {
	color: black;
	font-weight: bold;
}
        #boxDrag, #boxVerticalOnly, #boxHorizontalOnly, #boxRegionConstraint,
        #boxThreshold, #boxAbsolute {
                cursor: move;
        }
        #boxAbsolute {
                position: absolute;
                bottom: 0px;
                right: 0px;
        }

:link:hover, :visited:hover {
	background-color: #90B9ED;
}

#logo {
	background-image: url("http://timedoctor.org/~zakk/koac.png");
	width: 114px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	background-color: lightblue;
	opacity: .8;
	-moz-border-radius: 1em;
	border: .1em solid white;
	display: table;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: .5em;
}

#footer {
	background-image: url("http://timedoctor.org/~zakk/prince2.png");
	background-repeat: no-repeat;
	height: 80px;
	padding: 5px 5px 5px 105px;
	font-family: "Bitstream Vera Sans", "Arial", sans-serif;
	font-size: .8em;
}

.entry {
	border-bottom: 1px dashed black;
	font-family: monospace;
	white-space: pre;
	max-width: 150%;
	padding-bottom: .5em;
}

.gamercard {
        float: right;
        margin: 16px;   
	padding: .10em
}

h1 {
	font-size: 1.5em;
}

