* { 
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-family: arial;
	font-size: 62.5%;
	background: #2fbeea url(../images/bg-billingblock.jpg) repeat-x 0 670px;
}

object {
	display: block;
}

#content {
	width: 100%;
}

#flashcontent {
	margin: 0 auto;
	height: 722px;
	background: #ffffff;
	color: #000000;
}

	#flashcontent h1 {
		font-size: 2em;
		text-align: center;
		padding: 0 0 20px;
	}
	
	#flashcontent p { 
		text-align: center;
		font-size: 1.2em;
	}
	
		#flashcontent p a { color: #ff0000; }
#bottomcontent {
	width: 776px;
	height: 73px;
	background: url(../images/footer.gif) no-repeat;
	margin: 0 auto;
	color: #000000;
	text-align: left;
}

#ratings {
	list-style-type: none;
	width: 551px;
	height: 17px;
	padding: 10px 0 11px 275px;
}

	#ratings li {
		float: left;
	}
		
		#ratings li a {
			height: 0px;
			padding: 17px 0 0;
			display: block;
			overflow: hidden;
			cursor: pointer;
		}
		
		#ratings li a.facebookfan {
			width: 190px;
			margin-right: 80px;
		}
			
		#ratings li a.facebook {
			width: 13px;
			margin-right: 10px;
		}
			
		#ratings li a.twitter {
			width: 11px;
			margin-right: 9px;
		}
			
		#ratings li a.delicious {
			width: 13px;
			margin-right: 11px;
		}
			
		#ratings li a.digg {
			width: 14px;
			margin-right: 7px;
		}
			
		#ratings li a.stumbleupon {
			width: 14px;
		}
			
		#ratings li a.myspacefan {
			width: 213px;
		}
#footer {
	color: #ffffff;
	margin: 0 auto;
	padding-bottom: 2em;
}
	#footer a {
		color: #ffffff;
	}
	#billingblock {
		background: url(../images/billing.jpg) no-repeat center top;
		height: 0;
		margin: 0 auto;
		overflow: hidden;
		padding-top:96px;
		width: 564px; 
	}
	ul#footerlinks {
		list-style: none;
		overflow: hidden;
		width: 200px;
	}
		ul#footerlinks li {
			border-right: 1px solid #ffffff;
			float: left;
			padding-right: .5em;
		}
			ul#footerlinks li.last {
				border: none;
				padding-left: .5em;
			}
	p#copyright {
		float: right;
	}
