body {
	background-image: none;
	background-color: #006;
	color: white;
}

/* content divs */

#index-body {
	position: absolute;
	left: 45%;
	top: 200px;
	z-index: 50;
	width: 25%;
	padding: 10px;
	background-image: url("images/blue_gradient_bg.gif");
	background-repeat: repeat-y;
	border: thick solid #006;
	color: black;
}

#index-body  a {
	color: #6699CC;
	text-decoration: underline;
}

#index-body a:visited {
	color: #3366CC;
}

#index-body strong {
	font-size: 18px;
}

#this-text {
	position: absolute;
	top: 75px;
	left: 20%;
	z-index: 30;
	width: 245px;
	text-align: right;
	color: black;
	font-size: 24px;
	font-weight: bold;
}

#prevented-text {
	position: absolute;
	left: 20%;
	top: 75px;
	z-index: 50;
	margin-left: 260px;
	font-size: 24px;
	font-weight: bold;
}

/* menu elements */
div.menu {
	position: absolute;
	left: 0;
	top: 66px;
	z-index: 20;
	width: 18%;
	height: auto;
	margin: 0;
	background-image: none;
}

html>body div.menu {
	width: 20%;
}

/* image (div) ids */

#deercrash {
	position: absolute;
	left: 20%;
	top: 60px;
	z-index: 10;
	border: thick solid #006;
}

#roadside02 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 40px;
	background-image: url("images/roadside_02.jpg");
	background-position: 224px 0;
	background-repeat: repeat-x;
}

#roadside02-logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 25;
	width: 224px;
	height: 40px;
	background-image: url("images/roadside_strieterlogo.gif");
	background-repeat: no-repeat;
}

#highway-dark {
	position: absolute;
	left: 0;
	top: 180px;
	z-index: 0;
	width: 360px;
	height: 238px;
	background-image: url("images/highway_dark.jpg");
	background-repeat: no-repeat;
}

#deer-family {
	position: absolute;
	left: 21%;
	top: 70%;
	z-index: 5;
	width: 280px;
	height: 28%;
	background-image: url("images/deer_family.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	border: thick solid #006;
}

#stag {
	position: absolute;
	left: 55%;
	top: 60px;
	z-index: 5;
	width: 250px;
	height: 229px;
	background-image: url("images/stag.jpg");
	background-repeat: no-repeat;
	border: thick solid #006;
}

#deersign {
	position: absolute;
	left: 50%;
	top: 60%;
	z-index: 0;
	width: 45%;
	height: 35%;
	background-image: url("images/deersign.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	border: thick solid #006;
}

/*
#roadside-clouds {
	position: absolute;
	left: 55%;
	top: 30%;
	z-index: 0;
	width: 40%;
	height: 65%;
	background-image: url("images/roadside_clouds.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
*/
