#motioncontainer {
width: 800px; height: 200px;
margin: 0; border-width: 0; padding: 0;
}

#motioncontainer a img {
margin: 0; border-width: 0; padding: 0;
height: 200px; 
}

#statusdiv { display: none; }

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}






body { overflow: hidden; background-color: black; color: gray; margin: 119px 0px 178px 0px; border-width: 0px; padding: 0px; text-align: center; }

div#menu { top: 0; height: 19px; padding: 50px 0px 50px 0px; }
div#content { top: 119px; height: 100%; }
div#logo { bottom: 0; height: 128px; padding: 50px 0px 0px 0px; }

div#menu, div#content, div#logo { width: 100%; margin: 0px; border-width: 0px; }

div#menu, div#logo { position: absolute; left: 0; background-color: black; }

div#content { padding: 0px; }

div#text { width: auto; height: auto; margin: 0px; border-width: 0px; padding: 0px; background-color: black; font: 12pt/12pt Helvetica; }



body { background-image: url("loading.gif"); background-position: center center; background-repeat: no-repeat; }




a { text-decoration: none; }

a:link, a:visited { color: gray ! important; }
a:active, a:hover { color: white ! important; }