@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
body{background-color:#611001;}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; color:#FF0000; }
a:active { text-decoration: none; }


#wrapper{padding:15px; background-color:#00CCFF;}

.footer{ text-align:center; background-color:#999999; color:#FFFFFF; }
