@charset "UTF-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "helvetica";
	font-size: 12pt;
	height: 100%;
	font-size: 12px;
	color: #333;
	background-color: #000000;
}

img {
	border: 0;
}

#flashContent {
	position: absolute;
	top:0;
	left:0;
}

#center {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#shareBox {
	position: absolute;
	top: -6px;
	left: 885px;
	z-index:100;
	visibility:visible;
}

a.addthis_button {
	color: #650103;
	text-decoration: none;
}

a:hover.addthis_button {
	color: #FFFFFF;
}