/*
-----------------------------------------------
Bingemans Entertainment screen style
author: Jackson Marketing <http://www.jacksonmarketing.ca>
----------------------------------------------- */

/* Page Structure
----------------------------------------------- */
html body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 11px Arial, Verdana, Sans-serif;
  color: #555555;
  line-height: 16px;
  margin-left: 1px;  /* IE one pixel image offset hack */
  }
html>body {  /* IE one pixel image offset hack */
  margin: 0
  }
body {
  background: #D7DFD6;
  }
#container {
  width: 734px !important;
  width /**/: 779px;
  margin: 15px auto 0 auto;
  border: 15px solid #000000;
  border-bottom: 0;
  padding: 120px 0 30px 20px;
  background: #FFFFFF url("images/entertainment_bg.gif") no-repeat;
  text-align: left;
  }
.launch_left, .launch_right {
  float: left;
  padding: 20px 10px 20px 10px;
  }
.launch_left {
  width: 335px;
  }
.launch_right {
  width: 340px;
  }
a {
  color: #A13B34;
  text-decoration: none;
  }
a:hover {
  color: #000000;
  text-decoration: none;
  }
.launch_img {
  display: block;
  padding: 0 0 15px 0;
  }

/* Footer
----------------------------------------------- */
#footer {
  width: 734px !important;
  width /**/: 779px;
  height: 20px !important;
  height /**/: 35px;
  background-color: #A8BAA5;
  margin: 0px auto 0 auto;
  padding: 5px 0 0 20px;
  border: 15px solid #000000;
  border-top: 0;
  text-align: right;
  }
#footer a {
  font: 11px Arial, Verdana, Sans-serif;
  color: #333333;
  text-decoration: none;
  }
#footer a:hover {
  color: #FFF;
  text-decoration: none;
  }

/* Miscellaneous
----------------------------------------------- */
.h_line_small, .h_line_large {
  clear: left;
  background-color: #B9C8B7;
  height: 1px;
  margin: 0 0 0 10px;
  overflow: hidden;
  }
.h_line_small {
  width: 575px;
  }
.h_line_large {
  width: 675px;
  }