body {
	background-color: #000000;
	<!-- background-color: #414042; -->
	text-align: center;
	min-width: 960px;
	margin: 2;
	padding: 0;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed1c24;
	letter-spacing: 1px;
}
a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed1c24;
	letter-spacing: 1px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #a0a0a0;
	line-height: 16pt;
	letter-spacing: 1px;
	margin-right: 30px;
}
.headtxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #ED1C24;
	line-height: 18pt;
	letter-spacing: 2px;
}
.head2txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #ED1C24;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	letter-spacing: 1px;
}


#main {
	position: relative;
	margin: 0 auto;
	top: 0px;
	width: 960px;
	text-align: left;
	background-color: #000000;
	z-index: 1;
}

#top {
	top: 0px;
	left: 0px;
	width: 960px;
	height: 22;
	z-index: 2;
}

#logo {
	margin-top: 10px;
	margin-left: 30px;
	width: 110px;
	height: 70px;
	z-index: 3;
}
#client {
	position: absolute;
	top: 40px;
	right: 48px;
	width: 100px;
	height: 25px;
	text-align:right;
	z-index: 4;
}
.client a:link, .client a:visited, .client a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
}
.client a:hover {
	text-decoration: underline;
}
#nav {
	margin-top: 25px;
	margin-left: 40px;
	z-index: 5;
}
#austin {
	text-align:right;
	letter-spacing: 1px;
	position: absolute;
	top: 125px;
	right: 48px;
	width: 350px;
	height: 25px;
	z-index: 100;
}
.austin a:link, .austin a:visited, .austin a:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: gray;
	line-height: 25px;
	letter-spacing: 1px;
}
#image {
	margin-top: 20px;
	margin-left: 30px;
	width: 900px;
	height: 600px;
	z-index: 7;
}
#intro {
	margin-top: 45px;
	margin-left: 48px;
	width: 800px;
	z-index: 8;
	padding-bottom: 50px;
}

#bottom {
	position: relative;
	text-align:left;
	width: 912px;
	margin: 0 auto;
	padding-left:48px;
	z-index: 9;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
}