@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
a { outline: none; }
body { background: #000 url(images/bottom-back.jpg) top left repeat-x; width: 100%; height: auto; }
#wrapper { background: url(images/bg-wrapper.png) top center no-repeat; width: 800px; height: auto; margin: auto; margin-top: 205px; padding-top: 210px; text-align: center; }

#wrapBtn { width: 494px; height: auto; margin: auto; }

.btn-enter, .btn-newInquiries { width: 232px; height: 98px; display: block; text-indent: -999em; margin: auto; float: left; }
.btn-enter { background: url(images/intro-btn.png) 0 0; margin-right: 20px; }
.btn-enter:hover { background: url(images/intro-btn.png) -233px 0; }
.btn-newInquiries { background: url(images/intro-btn.png) -466px 0; }
.btn-newInquiries:hover { background: url(images/intro-btn.png) -699px 0; }

#foot { background: url(images/top-back.jpg) bottom left repeat-x; width: 100%; height: 179px; margin-top: 30px; }
