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


body {
	background-color: #000000;
	
}
#wrapper {
position:relative;
}

#content {
width: 800px;

}

#flashThing{
		position: absolute;
        left: 50%;
        top: 50%;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: -400px;
}

p{
	font-family: Helvetica;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height:11px;
}