@charset "UTF-8";
/* CSS Document */

html {
		height: 100%;
		overflow: auto;
	}

body {
 background-color: #000000;
 background-repeat:repeat-x;
 width: 100%;
 height: 100%;
 font-family: Verdana;
 font-size: 10px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 scrollbar-base-color: #000000;
 text-transform: none;
 color: #525252;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }

#flashcontent {
    position: absolute;
    top: 0px;
   	left: 0px;
    height: 100%;
    width:  100%;
}
