body {
	background-color: #444444;
	background-image:url("pics/hourglass.jpeg");
	background-repeat:no-repeat;
	background-position:center 40px;
	background-attachment: fixed;
	font-family: Tahoma;
	margin: 0px 0px;
	color: white;
}
a {
	color: #ddeef4;
	text-decoration: none;
}
h1 {
	color: #ddeef4;
	font-family: Verdana;
	text-align: center;
}
#nav {
	position: relative;
	left:0;
	margin-left:0px;
	margin-top:0px;
}
#nav li {
	position: relative;
	left: 0;
	margin-left:0px;
	margin-top:0px;
	float: left;
	margin-right: 5px;
	border: 0px solid #000000;
	font-family: Helvetica;
	color: #ff00ff;
	border-radius: 5px 5px;
	background-color: #7A0000;
	padding: 5px 5px 5px 5px;
}
#nav ul{
	list-style-type: none;
	margin: -5px;
}

#nav li:hover {	
	margin-top: -2.5px;
	float: left;
	margin-right: 5px;
	border: 0px solid #7A0000;
	font-family: Helvetica;
	color: #ffffff;
	border-radius: 5px 5px;
	background-color: #7A0000;
	padding: 5px 5px 5px 5px;
	box-shadow: 0 0 5px #ffffff;
}
#header{
	height: 40px;
	width: 100%;
	background-color: #4a0000;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	border: solid black 1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
#head{
	height: 100px;
	text-shadow: 0 0 30px #FFFFFF, 0 0 10px #000000;
}
.buttontext {
	position: relative;
}
.buttonback img {
	position: absolute;
	padding: 0 0 0 0;
	height: 30px;
	margin-top: -5px;
}
#pics {
	
}
#pics img {
	border: solid 2px black;
	border-radius: 10px;
	position: relative;
	width: 15%;
	margin: 2% 0 0 2%;
	float: left;
}
#links {
	border: solid 2px black;
	border-radius: 10px;
	height: 100px;
	background-color: #bbbbbb;
}
#focusSpan {
	position: relative;
	float: left;
	width: 51%;
	margin: 2% 0 0 2%;
	padding: 0 0;
}
#focusSpan img {
	margin: 0;
	width: 100%;
}
#links li{
	list-style-type: none;
	position: relative;
	margin-top: 10px;
}
#links li span{
	background-color: #222222;
	opacity: .6;
	position: absolute;
}
#links img{
	width: 80px;
}
#gcfout{
	width: 80%;
	border: solid 2px #bbbbbb;
	background-color: #bbbbbb;
	word-wrap: break-word;
	color: black;
}
