body{
	background-color: #030;
	overflow: hidden;
}

*{
	font-family:Arial;
	color:#9A9A99;
	font-size:11px;
}

#container{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 790px;
	height: 400px;
	margin-left: -395px;
	margin-top: -300px;
}


#holism {
	width:790px;
	height:284px;
	text-align:center;
	position: relative;
}

hr{
	height: 1px;
	border: none;
	background-color: #9A9A99;
	margin-top: 18px;
}

#holism b,
#holism i{
	font-size:11px;
	font-weight:normal;
	font-variant:normal;
	margin:0;
	padding:0;
}
#holism i{
	opacity:0.0;
}
#spacer{
	height: 110px;	
}


#copyrights{
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 0;
	color: #666;
	font-size: 9px;
	padding: 10px;
}

h2{
	text-align: left;
	color: #b2b2b0;
}
td{
	vertical-align: top;
}
td.links{
	padding-right: 80px;
}
ul{
	list-style-position: inside;
	padding: 0px;
}
li{
	margin-bottom: 5px;
	margin-left: -10px;
}
span.spacer{
	display: block;
	float: left;
	width: 20px;
}
table{
	margin: 0px 0px auto auto;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}