/* barrier.css */

div#barrier
{
  position: relative;
  width: 932px;
  height: 1000px;
  margin: 0 auto;
  background: url(../images/bg-barrier.jpg) top no-repeat;
}

div#blurb
{
  position: absolute;
  top: 390px;
  left: 8px;
  width: 484px;
  height: 100px;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  word-spacing: 2px;
  line-height: 115%;
  color: #eee;
}

div#notice
{
  position: absolute;
  top: 535px;
  width: 932px;
  height: 100px;
/*border: 1px solid #f8f8f8;*/
}
div#notice p
{
  margin: 0 35px;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-align: left;
  color: #f00;
}
div#notice a
{
  text-decoration: underline;
  color: #bbb;
}
div#notice a:hover
{
  text-decoration: underline;
  color: #ddd;
}

div#enter
{
  position: absolute;
  top: 668px;
  left: 204px;
}
div#enter a
{
  border: 1px solid #888;
  display: block;
  text-indent: -9999px;
  width: 110px;
  height: 62px;
  background-image: url(../images/b-enter.jpg);
}
div#enter a:hover
{
  background-position: left -62px;
}

div#leave
{
  position: absolute;
  top: 668px;
  left: 616px;
}
div#leave a
{
  border: 1px solid #888;
  display: block;
  text-indent: -9999px;
  width: 110px;
  height: 62px;
  background-image: url(../images/b-leave.jpg);
}
div#leave a:hover
{
  background-position: left -62px;
}

div#compliance
{
  position: absolute;
  top: 767px;
  width: 932px;
  height: 20px;
}
div#compliance p
{
  font-family: arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: center;
}
div#compliance a
{
  text-decoration: underline;
  color: #aaa;
}
div#compliance a:hover
{
  text-decoration: underline;
  color: #ccc;
}

div#copyright
{
  position: absolute;
  top: 945px;
  width: 932px;
  height: 40px;
}
div#copyright p
{
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: center;
  color: #aaa;
}
