body {
	margin:0;
	background:#FFFFFF;
	text-align: center;
	font:11px/18px 'Courier New', Courier, monospace;
}

#flashcontent {
	margin:20px auto 0 auto;
	width:990px;
	height:575px;
}

/* ------------------------
	Navbar rollovers
--------------------------- */

#footer {
	margin:0 auto 30px auto;
	width:990px;
	height:12px;
}

#foot-tabs {
	position:relative;
	list-style-type:none;
	margin:0;
	padding:0;
	background:url(../images/footer_072208.gif) 0 0 no-repeat;
	width:428px; 
	height:20px;
	float:left;
	overflow:hidden;
}

#foot-tabs li {
	position:absolute;
	top:0; 
	margin:0; 
	padding:0;
	overflow:hidden;
	text-indent: 1000px;
}

#foot-tabs li, #foot-tabs a {
	display:block;
	height:20px; 
}

#url 
{
	left: 0; 
	width: 105px;
}

#subscribe 
{
	left: 105px; 
	width: 105px;
}

#send 
{
	left: 210px; 
	width: 102px;
}

/* background: transparent url() left from id above, -20px no-repeat; */
#url a:hover 
{
	background:transparent url(../images/footer_072208.gif) 0 -20px no-repeat;
	cursor: pointer;
}

#subscribe a:hover 
{
	background:transparent url(../images/footer_072208.gif) -105px -20px no-repeat;
	cursor: pointer;
}

#send a:hover 
{
	background:transparent url(../images/footer_072208.gif) -210px -20px no-repeat;
	cursor: pointer;
}



