img {
   behavior: url("scripts/pngbehavior.htc");
}
a {
	color: #D65716;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
	
}
body {
	margin: 0px;
	padding: 0px;
	background: #14181D;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 1024px;
	height: 768px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 575px;
	width: 503px;
	top: 0px;
	z-index: 1000;
	position: absolute;
}
#logo {
	float: right;
	height: 204px;
	width: 521px;
}
#footer {
	height: 249px;
	width: 1024px;
	top: 500px;
	z-index: 900;

}
#seoText {
	overflow: auto;
	background: url(../swf/textBG.jpg) repeat-y;
	width: 521px;
	height: 315px;
	float: right;
}
