@charset "utf-8";

/*BACKGROUNDS*/
html, body, margin, border {
 margin:0;
}

body {
 background:#000000 url(images/bg.png) repeat;
 min-height:850px;
}

.bg1 {
 background:url(images/bgtop.png) repeat-x;
}

.bg2 {
 background:url(images/bg2.png) repeat;
 border-left:3px solid #000000;
 border-right:3px solid #000000;
 min-height:100%;
}
.bg3 {
 background:url(images/bg3.png) repeat;
}
