html, body
  {
    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;
  }

body
  {
	min-width: 1024px;
	min-height: 768px;

    font-family: "trebuchet ms", helvetica, sans-serif;
    font-size: 11pt;

    color: #585858;
    background-color: #000000;
	
	text-align: center;

    background-image: url(img/background.jpg);
    background-position: center center;
	background-attachment: fixed;
  }

/* horizontal & vertical centering */

#vertical
  {
	width: 100%;
	height: 50%;

	float: left;

	margin-top: -384px; /* half vertical height*/
  }

#horizontal
  {
	width: 1024px;
	height: 768px;

	margin-left: auto;
	margin-right: auto;

	overflow: hidden;

	text-align: left;

	clear: both;
  }

#container
  {
    width: 100%;
    height: 100%;
	
	position: relative;

	left: 0;
	top: 0;
  }

/* */

img
  {
    border: none;
  }

a
  {
    color: #73431f;
    text-decoration: none;
  }

a:hover
  {
    color: #d1b797;
    text-decoration: none;
  }

h1, h2
  {
    margin: 0;

    color: #df0023;
  }

p
  {
    line-height: 1.5em;
  }

/* text */

.red
  {
    color: #df0023;
  }

/* layout */

#juniorpage
  {
    width: 625px;
    height: 315px;

    position: absolute;

	left: 190px;
    top: 262px;

	padding-left: 15px;
	padding-right: 10px;

    overflow: auto;
  }

#juniorpage-info
  {
    width: 640px;
    height: 470px;
	
    position: absolute;

	left: 180px;
    top: 210px;

    margin-top: 60px;

	padding-left: 15px;
	padding-right: 10px;

    overflow: auto;
  }

#panelleft
  {
    /*
    width: 300px;
	height: 500px;

    position: absolute;

    left: -320px;
	top: 0px;

    text-align: right;
	vertical-align: top;
	*/
  }

#paneltop
  {
    /*
    width: 800px;
	height: 62px;

    position: absolute;

    left: 0px;
	top: -82px;

    text-align: left;
	vertical-align: bottom;
	*/
  }

#navigation
  {
    width: 100px;
    height: 50px;

    position: absolute;

    left: 160px;
	top: 185px;
  }

#roadsigns
  {
    width: 150px;
	height: 150px;

    position: absolute;

    left: 38px;
  }

#cdate
  {
    width: 700px;
	height: 90px;

	position: absolute;

	right: 35px;
	bottom: 35px;

    color: #ffffff;
    text-shadow: #000000 5px 5px 5px;

    font-size: 25pt;
	font-weight: bold;

    text-align: right;
  }

#cdate-day
  {
    font-size: 35pt;
  }

#forum
  {
    width: 129px;
    height: 340px;

    position: absolute;

    left: 885px;
    top: 201px;
  }
