﻿body,html{
	margin:0;
	padding:0;
	height:100%;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#dbded3;
}
#siteWrapper{
	margin:0 auto;
	padding:0;
	width:400px;
}
#logoFrame{
	width:400px;
	height:143px;
	padding-top:80px;
}
.introLink{
	width:400px;
	height:179px;
}
#footerText{
	width:400px;
	padding-bottom:40px;
	font-size:10px;
}
.imageTrans{
	behavior:url(iepngfix.htc);
}
a img {
	border:none;
}
a{
	color:#858574;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:none;
}
.clearBoth{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
