@CHARSET "ISO-8859-1";

#page {

	background-color: white;
	
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, sans-serif;
}

/* img {

  behavior: url('js/pngbehavior.htc');
} */

a {

	color: white;
	text-decoration: none;
	border: 0px;
}

a img {

	border: 0px;	
}

a:hover {

	text-decoration: underline;	
}

.empty {

	
}

.left {

	float: left;
}

.right {

	float: right;
}

#content {

	position: relative;
	top: 0px;
	left: 0px;
	
	margin-left: auto;
	margin-right: auto;
	
	padding: 0px;
	
	width: 950px;
}

#top {
	
	position: relative;
	top: 0px;
	left: 0px;
	
	height: 446px;
}

#middle {
	
	top: 0px;
	left: 0px;
	
	padding-top: 2px;
	padding-bottom: 6px;

	background-color: black;
	
	font-size: 11px;
	color: white;
}

#middle a {
	
	color: white;
	text-decoration: none;
}

#middle a:hover {
	
	text-decoration: underline;
}

#middle .textlink {

	float: right;
	
	margin-right: 24px;
	
	height: 11px;
}

#bottom {
	
	position: relative;
	top: 0px;
	left: 0px;

	height: 275px;
}

#bottom img {

	border: 0px;	
}

#snake {

	float: left;
	
	position: relative;
	top: 0px;
	left: 0px;
}

#logos {

	float: right;
}
