#container {
	margin: 0px 0px 0px 59px;
	padding: 0 0 0 0;
	width: 677px;
	min-height: 100%;
	position: relative;
	margin-bottom: 30px;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 175px;
	margin: 20px 0px 0px 30px;
	width: 162px;
	float: left;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-color: #b39451;
	padding: 0px 0px 0px 0px;
	height: 100%;
	z-index: 0;
	position: absolute;
	width: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
.content {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #373737;
	margin: 20px 0px 20px 30px;
	width: 80%;
}
#nav {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	float: left;
	margin-top: 10px;
	width: 650px;
	clear: both;
	margin-left: 10px;
}
#nav li {
	float: left;
	width: 160px;
	height: 60px;
	list-style: none;
	display: block;
}


html {
	height: 100%;
}
#navvir {
	background-image: url(images/virusstamp.jpg);
	background-repeat: no-repeat;
}
#navvir:hover {
	background-image: url(images/virusstampover.jpg);
	background-repeat: no-repeat;
}
#navweb {
	background-image: url(images/webstamp.jpg);
	background-repeat: no-repeat;
}
#navweb:hover {
	background-image: url(images/webstampover.jpg);
	background-repeat: no-repeat;
}
#navdev {
	background-image: url(images/codestamp.jpg);
	background-repeat: no-repeat;
}
#navdev:hover {
	background-image: url(images/codestampover.jpg);
	background-repeat: no-repeat;
}
#navcon {
	background-image: url(images/contactstamp.jpg);
	background-repeat: no-repeat;
}
#navcon:hover {
	background-image: url(images/contactstampover.jpg);
	background-repeat: no-repeat;
}
#footer {
	position: relative;
	background-color: #4c4c4b;
	margin-top: -3.1em;
	height: 20px;
	margin-left: 59px;
	width: 677px;
}


h1 {
	font-size: 18px;
	margin: 0px 0px 20px 0px;
}
* html #container {
	height: 90%;
}



#coffeering {
	background-image: url(images/coffeering.jpg);
	height: 180px;
	width: 170px;
	float: right;
}
#splatter {
	background-image: url(images/splatter.jpg);
	height: 250px;
	background-repeat: no-repeat;
	width: 110px;
	float: left;
	position: absolute;
	left: 35px;
	top: 243px;
	z-index: -1;
	visibility: visible;
}
#footertext {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	float: right;
	margin-right: 20px;
	color: #FFFF00;
}
#topbg {
	background-image: url(images/topbg.gif);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 250px;
}



#clear {
	clear: both;
	visibility: hidden;
}

#nav a{
	text-decoration: none;
	display: block;
	height: 60px;
}
#logo a {

	text-decoration: none;
	display: block;
	height: 175px;
}
