body {
     text-align:center;
     background: #000000 url() repeat-x top left;
}


a:link {font-weight: normal; text-decoration: none; color: #606060;}
a:visited {font-weight: normal; text-decoration: none; color: #606060;}
a:hover, a:active {text-decoration: none; color: #EA860E;}

.flash {

    position: relative;
    border: 0px solid #ffffff;
    margin-top: -10px;
    margin-left:auto;
    margin-right:auto;
}
	
.text {
    background: transparent url() repeat-x top left;
    text-align: left;
    font: 11px tahoma, sans-serif !important;
    line-height: 1.6;
    color: #606060;
    padding: -1600px 0px 0px 0px;
    margin: -1600px 0px 0px -1000px;
    width: 1000px;
    position: absolute;
    border: 0px solid #ffffff;


}	

.footer {
    text-align: center;
    font: 11px tahoma, sans-serif !important;
    line-height: 1.6;
    color: #606060;
    padding: 10px 0px 10px 0px;
    border: 0px solid #ffffff;
    width: 100%px;
    margin-left:auto;
    margin-right:auto;
}
	
.flash_trans {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    border: 0px solid #eff0f1;
    border-top: 0px;
    border-bottom: 0px;
    background: transparent url() repeat-x top left;
    z-index:1 !important;
    filter: alpha(opacity=99);
    -moz-opacity: 9.1;
    -khtml-opacity: 9.1;
    -opacity: 9.1;
}             	


