BODY {
	background-image: url(/images/08-16/image.jpg);
	margin: 0px;
}
#bottom {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #fff;
	width: 100%;
	z-index: 1001;
	background-color: #cccccc;
	border-top: 0px solid #999;
	border-bottom: 0px solid #999;
}
#nav {
	margin:0px;
	margin-left:10px;
	font-weight: bold;
	padding-top: 10px;
	font-size: 18px;
}
#bottom  A {
	text-decoration:none;
	color:white;
}		
#logo {
	float:right;
}
#windowhole { 
	position:absolute;
	left: 0px;
	top:0px;
	height: 100px;
	width: 350px;
	border-color: white;
	border-left-color: white;
	border-right-color: #dfdfdf;
	border-top-color: #cfcfcf;
	border-bottom-color: #efefef;
	border-style: solid;
	border-width:200px 200px 200px 200px;
	z-index: 1000;
}
#intro {
	position:absolute;
	left:75px;
	top:11px;
	width: 16em;
}
#intro P {
	padding:1em;
	font-size: small;
	background: #efefef;
	opacity: .5;		
filter: alpha(opacity=50);
}
.things {
	width:12em;
	padding:.5em; 
	text-align:center; 
	position:absolute; 
	z-index: 100000; 
	left: 20px; 
	top: 20px; 
	background-color:white; 
	font-size: small;
}
#things_right {
	left: auto;
	right: 20px; 
	background-color:#cfcfcf; 
}
#box {
	border: 1px green solid; position: absolute;z-Index: 1000
}
