/*** General ***/
html, body {
	background: url(./images/bg_site.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
}

img
{
  border:none; /* Removes border from images in ff */
}

/*** Major containers ***/

#site
{
  margin-left: 70px;
  height: 1200px;
  width: 820px;
}

#line1
{
  position:absolute;
  width:19px;
  height: 1200px;
  left: 40px;
  background: url(./images/bg_side_line_01.png);
}

#line2
{
  position:absolute;
  width:19px;
  height: 1200px;
  left:828px;
  background: url(./images/bg_side_line_02.png);
}

#header
{
  background: url(./images/bg_header.png) no-repeat top left;
  width: 776px;
  height: 332px;
}

#content
{
  background: url(./images/bg_content.png) repeat-y;
  width: 776px;
  height: 850px;
  padding-left:59px;
}



