html, body {
	height: 100%;         /* required */
	font-family: Arial, sans-serif;
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background-image: url(images/layout/circles.jpg);
	background-repeat: repeat;
}
a:link {color: #999999;}
a:active { color:#999999; }
a:visited { color:#999999; }

div#distance { 
	margin-bottom: -10em; /* half of content height */
	background: red;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 30%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height:500;         /* required - desired height */
	width:859;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	z-index:1;
}
div#border {
  left:0;
  top:0;
}
div#brownCenter {
	position:absolute;
	background: #f2f1e5;
	left:17;
	top:18;
	width:825;
	height:502;
	z-index:2;
}
div#whiteCenter {
	position:absolute;
	background: #ffffff;
	left:26;
	top:88;
	width:807;
	height:431;
	z-index:3;
}
div#blueStripes {
	position:absolute;
	left:26;
	top:88;
	z-index:5;
}
div#navigation {
	position:absolute;
	left:26;
	top:40;
	width:850;
	z-index:10;
}
div#logo {
	position:absolute;
	left:670;
	top:4;
	z-index:199;
}
.shakeimage{
position:relative
}
.borderLeft {
	height:500;
	background-image: url(images/layout/main_border_left.gif);
	background-repeat: repeat-y; 
}
.borderRight {
	height:500;
	background-image: url(images/layout/main_border_right.gif);
	background-repeat: repeat-y; 
}
div#credits {
  position:absolute;
  top:536;
  left:170;
  z-index:101;
}
div#additionalLinks {
  position:absolute;
  top:510;
  left:340;
  z-index:106;
}