p
{
	font-size:12px;
}

ml
{
	color:#fffbeb;
}

ml:hover
{
	color:#ffffff;
}

h1
{
	font-size:20px;
}

html
{
    height: 100%;
    overflow: auto;
}

#flashcontent
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
}

 html, body, #containerA, #containerB
 {
 	height:100%;
 	overflow: auto;
 	background-color: #000000;
 }
 
 body
 {
 	margin:0;
 	padding:0;
 }