body, html {
	height: 100%;
}
#container {
	width: 849px;
	background: #000;
	margin: 0 auto;
/*	height: 100%; /* these next 3 are for vertical centering in non-IE browsers */
	overflow: visible;
	position: relative;
*/}
/*#container[id] {display: table; position: static;} /* for vertical centering, IE ignores) */
/*#middle {position: absolute; top: 50%;} /* for explorer only*/
/*#middle[id] {display: table-cell; vertical-align: middle; position: static;}*/ /* for others */
/*#inner {position: relative; top: -50%}*/ /* for explorer only */

#header {
	background: url(../images/intro_01.jpg) no-repeat;
	height: 53px;
	margin: 0;
	padding: 0;
}
#hosting	{ visibility:hidden;	}
#logo {
	background: url(../images/intro_02.png) no-repeat;
	height: 69px;
	margin: 0;
	padding: 0;
}
#logo h1 {
	margin: 0 0 0 -500px;
}
#nav {
	background: url(../images/intro_03.jpg) no-repeat;
	height: 181px;
	margin: 0;
	padding: 0;
}
#tag {
	background: url(../images/intro_04.jpg) no-repeat;
	height: 72px;
}
#tag p {
	margin-left: -500px;
}
#footer {
	background: url(../images/intro_rounded_05.jpg) no-repeat;
	height: 190px;
}
#nav ul {
	color: #FFF;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 75%;
	text-align: right;
	margin: 0;
	float: right; /* margin hack for IE6 */
	padding: 0 255px 0 0; /* consequence of above hack */
	height: 181px;
}
#nav li {
	list-style: none;
	padding: 0;
	margin: 18px 18px 0;
}
#nav a {
	background-color: #060;
	padding: 4px 6px;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #7CC35B;
}
#nav a:hover {
	background-color: #FFF;
	color: #060;
	border: solid 1px #060;
	margin: 0;
}
#footer {
	padding: 0;
}
#footer img {
	border: 0;
	font-weight: bold;
	text-align: right;
	margin: 0 0 0 250px;
	padding: 0;
}
#text_nav {
	text-align: center;
	margin: 0;
	padding: 0;
}
#text_nav ul {
	margin: 10px 0 10px 0;
}
#text_nav li {
	display: inline;
	padding: 0 15px;
	color: #7CC35B;
	margin: 0;
	font-size: 75%;
}
#text_nav a {
	text-decoration: none;
	color: #7cc35b;
}
#text_nav a:hover {
	color: #FFF;
}
.disclaimer {
	color: #DDFFAE;
	font-style: italic;
	font-size: 75%;
	padding: 0 0 0 15px;
	margin: 0;
}
#nav2	{
	position:absolute;
	top:466px;
	left:307px;
	height: 55px;
	width: 287px;
}
#nav2 ul {
	color: #FFF;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 75%;
	text-align: right;
	margin: 0;
	float: right; /* margin hack for IE6 */
	padding: 0 0 0 0; /* consequence of above hack */
	height: 30px;
}
#nav2 li {
	list-style: none;
	padding: 0;
	margin: 18px 18px 0;
}
#nav2 a {
	background-color: #060;
	padding: 4px 6px;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #7CC35B;
}
#nav2 a:hover {
	background-color: #FFF;
	color: #060;
	border: solid 1px #060;
	margin: 0;
}

