body {
		color: #888888;
		overflow:auto;
        font-family: Verdana;
        font-size: 10px;
        font-weight: normal;
		background-image:url(images/background.jpg);        
		background-attachment:fixed;
		background-repeat:no-repeat;


}

	a:link { color: #cccccc ; text-decoration: none;}
	a:visited {color: #cccccc ; text-decoration: none; }
	a:hover { color: #CCCCCC ;  text-decoration: underline; }
      

.recall{
	font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        color: #222222;}
      

#flash {
	width: 1000;
	height: 500;
	z-index: 1;
	position: relative;


}

#flash2 {
	width: 1000;
	height: 500;
	z-index: 1;
        position: fixed;
        top: 0;
        left: 0;

}

#html {
	width: 423;
	height: 290;
	z-index: 2;
        overflow: auto;
        font-family: Verdana;
        font-size: 10px;
        font-weight: normal;
        color: #EEEEEE;
        border: 0px;
        border-style: solid;
		border-color: #ffffff;
        position: absolute;
        top: 82;
        left: 480;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
}

#text {
width: 390;
font-family: Verdana;
font-size: 10px;
font-weight: normal;
color: #EEEEEE;
text-align: left;
		}


#disco {
	width: 310;
        font-size: 11px;
        font-weight: normal;
        color: #222222;

}


div.transOFF {width: 100%; background-color: #FFFFFF; }
div.transON {width: 100%; background-color: #FFFFFF;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;}
div.trans25 {width: 100%; background-color: #FFFFFF;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;}
div.trans75 {width: 100%; background-color: #FFFFFF;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;}

