@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; background: url("../images/back_body.gif"); }

a { outline: none; color: #3a6ba2; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: color: #3a6ba2; none; -moz-outline: 0; }
a:focus { outline: color: #3a6ba2; none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

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

#main { width: 1000px; position: relative; padding: 0 ; margin: 0 auto; background: url("../images/main_b.gif") repeat-y; }