@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; }

body { background: url("../images/body-bg.gif") repeat; }

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; }

.clear { clear: both; font-size: 4pt; line-height: 4px; }

#main0 { width: 100%; position: relative; overflow: hidden; z-index: 10; }
#main { width: 1000px; position: relative; margin: 0px auto; z-index: 20; }
