@import url("header.css");
@import url("content.css");
@import url("footer.css");
@import url("tabs.css");

* { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; }
body { background-color: #fff; }

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }




/* main */
#main { width: 1024px; position: relative; padding: 0; min-height: 100%; margin: 0px auto; background-color: #fff; } 
*html #main { height: 100%; }

