@charset "utf-8";
body  {
	background: center, center;
	background-color: #2c251a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
}

img {
	border: none;
	boder-width:0px;
}

p, a, a:link, a:visited, a:hove, a:activer {
	text-decoration: none;
	color: #fff;
}

#hide_share {
	display:none;
}

#flashMain {
	position:absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #2c251a;
	margin: 0px;
	overflow: auto;
	border-width: 0px;
}

#container  {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 780px;
	text-align:center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
