/* CSS Document */
*{
margin:0;
padding:0;
border:0;
text-decoration: none ;
list-style:none;
}

body {
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
color:#006666;
}

p{
text-align:justify;
}


#top{
position:fixed;
left:0;
top:0;
height:30px;
width:100%;
background-image:url(./images/top.jpg);
background-position:left top;
background-repeat:repeat-x;
}


#center{
margin-left:auto;
margin-right:auto;
width:800px;
height:600px;
}



#waiting{
position:fixed;
display:block;
top:40px;
width:800px;
font-size:18px;
}
#waiting p{
margin-top:20px;
}

formWaiting{
margin-top:400px;
}


label{
margin-top:20px;
}

#bottom{
position:fixed;
bottom:0;
height:30px;
width:100%;
background-image:url(./images/bottom.jpg);
background-position:left bottom;
background-repeat:repeat-x;
}
