@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

#wrapper {
	position:absolute;
	top: 50%;
	left: 50%;
	width:796px;
	height:490px;
	margin-top: -245px; /*set to a negative number 1/2 of your height*/
	margin-left: -398px;
	background-color: #FFF;
	padding: 0px;
}

}

#nav {
	height: 41px;
	position: absolute;
	width: 300px;
}

#homebutton {
	height: 41px;
	width: 128px;
	position: absolute;
	left: 4px;
	background: #09C;
	margin: 0px;
	padding: 0px;
	z-index: auto;
}
#productsbutton {
	background: #fff;
	position: absolute;
	left: 136px;
	top: 0px;
	height: 41px;
	width: 128px;
}
#linksbutton {
	background: #fff;
	position: absolute;
	left: 268px;
	top: 0px;
	height: 41px;
	width: 128px;
}
#contactbutton {
	background: #fff;
	position: absolute;
	left: 639px;
	top: 0px;
	height: 41px;
	width: 153px;
}
#topbar {
	height: 14px;
	width: 796px;
	position: absolute;
	top: 59px;
	background: #626469;
	left: 0px;
}
#branding {
	height: 332px;
	width: 153px;
	position: absolute;
	left: 639px;
	top: 87px;
}
#bottombar {
	height: 14px;
	width: 796px;
	position: absolute;
	top: 451px;
	background: #626469;
	margin: 0px;
	padding: 0px;
	left: 0px;
}
#textarea {
	height: 340px;
	width: 601px;
	position: absolute;
	left: 10px;
	top: 87px;
	overflow: auto;
	visibility: visible;
}
#textarea p {
	font: 0.9em/1.6em Tahoma, Geneva, sans-serif;
	margin-right: 20px;
}

#footer {
	background: #FFF;
	height: 16px;
	width: 796px;
	position: absolute;
	left: 0px;
	top: 473px;
	font: .7em Arial, Helvetica, sans-serif;
	color: #999;
}
#textarea h2 {
	font: normal 1.1em Tahoma, Geneva, sans-serif;
}
#stevecrowe {
	float: left;
	padding: 2px;
	border: 1px solid #626469;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
}
#textarea a {
	text-decoration: underline;
	color: #000;
}
