/*
onidon.srdxas.com
site.css
*/
@import url("txt.css");
body {
background:#000;
color:#fff;
font-family:Arial, sans-serif;
font-size:11pt;
margin:0px 0px 0px 0px;
}
#wrapper {
width:600px;
border:solid 1px #BBB;
margin:0px auto;

}
#flashIntro {
text-align:center;
height:auto;
min-height:520px;
border:1px solid #FF0000;
width:600px;
}
#content{
min-height:520px;
height:auto;
text-align:center;
padding:0px 0px 0px 0px;
color:#FFF;
}
#footer {
position:absolute;
bottom:10px;
text-align:right;
padding:25px 0px 0px 0px;
color:#FFF;
}

