@charset "UTF-8";
td img {
	display: block;
}
body {
	background-color:#000;
	background-position: center top;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#flashContent { 
	width:100%; 
	height:100%; 
}
.standardfont {
	font-size: 18px;
	color:#000;
}
.inversefont {
	font-size: 14px;
	color:#FFF;
}
.inversefonttitle {
	font-size: 18px;
	color:#FFF;
}
.standardfonttitle {
	font-size: 24px;
	color:#000;
}
.standardfontsmall {
	font-size: 12px;
	color:#000;
}
.pricefontsmall {
	font-size: 16px;
	color:#900;
}
.featuredfont {
	font-size: 14px;
	color:#000;
}
.inversesmall {
	font-size: 12px;
	color:#FFF;
}
#hideshow{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
    top: 0px;
}
#flashContent { 
	width:100%; 
	height:100%; 
    text-align: left;
 	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -400px;
}
