@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: #275307 url("../images/back-main.gif") repeat-x; }
body.sub { background: #275307 url("../images/back-sub.gif") repeat-x; }

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: 0pt; line-height: 0px; }

#main { width: 100%; position: relative; margin: 0px auto; font-family: "trebuchet ms"; font-size: 14px; color: #fff; background: url("../images/back-laptop.png") center top no-repeat;}

#main-sub { width: 100%; position: relative; margin: 0px auto; font-family: "trebuchet ms"; font-size: 14px; color: #fff; background: url("../images/back-laptop2.png") center top no-repeat;}