/* 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;
 }

#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;
}
#noflash {
	position:relative;
	width:800px;
	margin:0 auto;
}

#pop1,
#pop2,
#pop3,
#pop4,
#pop5,
#pop6,
#pop7 {
	position:absolute;
	width:80px;
	color:#fff;
	background:#000;
}

#pop1 {
	top:170px;
	left:320px;
}
#pop2 {
	top:150px;
	left:380px;
}
#pop3 {
	top:130px;
	left:430px;
}
#pop4 {
	top:120px;
	left:550px;
}
#pop5 {
	top:300px;
	left:200px;
}
#pop6 {
	top:480px;
	left:340px;
}
#pop7 {
	top:490px;
	left:480px;
}
