body
{
   background-color: #001234;
   background-image: url('http://img.spiltcoffee.com/gray-line.png');
   background-attachment: fixed;
   color: #ffffff;
   font-family: Tahoma, Verdana, Arial;
   font-size: 10pt;
}

a:link, a:active, a:visited
{
   text-decoration: none;
   color: #babaff;
   border: 0px;
}
a:hover
{
   color: #ededff;
   border: 0px;
}

a.navlink:link, a.navlink:active, a.navlink:visited
{
   display: block;
   text-decoration: none;
   color: #ffffff;
   background-color: #000000;
   border: 0px white solid;
   border-bottom-width: 1px;
}
a.navlink:hover
{
   color: #000000;
   background-color: #ffffff;
   display: block;
}

code
{
	display: block;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	color: #000000;
	background-color: #aaaaff;
	padding: 2px;
	white-space: pre !important;
	font-family: Courier New, Courier, monospace;
	font-size: 10pt;
	overflow: auto;
	border: 1px solid white;
}

.img
{
   border: 0px;
}

.title
{
   font-size: 36pt;
   font-weight: bold;
   text-align: center;
}

.main
{
   background-color: #000000;
   position: absolute;
   top: 100px;
   left: 200px;
   right: 200px;
   bottom: 16px;
   border: 3px white double;
   padding: 3px;
   overflow: auto;
}

.login #u, .login #p, .login #c
{
   text-align: right;
}

.username
{
   background-color: #000000;
   position: absolute;
   width: 175px;
   height: 20px;
   top: 0px;
   left: 0px;
   border: 1px white solid;
   border-top-width: 0px;
   border-left-width: 0px;
   text-align: center;
}
body>div.username
{
   position: fixed;
}

.ip
{
   background-color: #000000;
   position: absolute;
   width: 150px;
   height: 20px;
   top: 21px;
   left: 0px;
   border: 1px white solid;
   border-top-width: 0px;
   border-left-width: 0px;
   text-align: center;
}
body>div.ip
{
   position: fixed;
}

.time
{
   background-color: #000000;
   position: absolute;
   width: 175px;
   height: 20px;
   top: 0px;
   right: 0px;
   border: 1px white solid;
   border-top-width: 0px;
   border-right-width: 0px;
   text-align: center;
}
body>div.time
{
   position: fixed;
}

.banner
{
   background-color: #000000;
   position: absolute;
   height: 470px;
   width: 158px;
   right: 0px;
   border: 1px white solid;
   border-right-width: 0px;
}
body>div.banner
{
   position: fixed;
   bottom: -1px;
}

.navbar
{
   background-color: #000000;
   position: absolute;
   width: 125px;
   top: 150px;
   left: 0px;
   border: 1px white solid;
   border-left-width: 0px;
   border-bottom-width: 0px;
   text-align: center;
}
body>div.navbar
{
   position: fixed;
}

.copyright
{
   position: absolute;
   bottom: 1px;
   height: 14px;
   text-align: center;
   left: 200px;
   right: 200px;
   font-size: 8pt;

}

/* Ajax Notification Stuff */

.ajaxloading
{
   position: absolute;
   top: 112px;
   left: 5px;
   display: none;
}

body>div.ajaxloading
{
   position: fixed;
}

.ajaxerror
{
   position: absolute;
   top: 112px;
   left: 5px;
   display: none;
}

body>div.ajaxerror
{
   position: fixed;
}

.errordesc
{
   font-style: italic;
}


.ajaxredirect
{
   position: absolute;
   top: 112px;
   left: 5px;
   display: none;
}

body>div.ajaxredirect
{
   position: fixed;
}

/* Forum Stuff */

.flist
{
   position: relative;
   padding: 3px;
   border-top: 1px solid white;
}
.flistend
{
   position: relative;
   padding: 3px;
   border-top: 1px solid white;
}
.flinktree
{
   position: relative;
   padding: 5px;
}

/* Shoutbox Stuff */

.spost
{
   position: relative;
   padding: 3px;
   border-top: 1px solid white;
}

.spostlast
{
   position: relative;
   padding: 3px;
   border-top: 1px solid white;
}