@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }

html { height: 100%; }
    
body { margin: 0px; text-align: center; height: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; }

#shell { width: 1000px; margin: auto; text-align: center; position: relative; text-align: center; }

a { color: #ffd046; text-decoration: none; outline: none;}
a:visited, a:active { color: #ffd046; text-decoration: none; }
a:hover { color: #a1c665; text-decoration: none; }