/* CSS Document */
body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/*#flashcontent { width: 100%; height: 100%; }*/

#Container {
 width: 100%;
	height: 100%;
	margin-top: 0px;
 }


#noflash {
	margin: 20px;
}
#new   {
	color: #CC9;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	width: 700px;
	text-align: left;
	margin-left: auto;
}

#ticker {
	position: relative;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}  
#ticker span {
	padding-right: 0px;
	color: #FFF;
}  
#ticker span a {
	color: #CCCC99;
	text-decoration: none;
}
#topfooter {
	width: 700px;
	text-align: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #CCCC99;
}
