/* Home specific css styles */

body {
  background-image:url(../images/bg_about.jpg);
  background-position:center top;
  background-repeat:repeat-x;
  background-color:#71181C; 
}

div#content {
	background-image:url(../images/menu_bottom_about.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

div.colLeft {
	float:left;
	width:422px;
}

div.colRight {
	float:right;
	width:316px;
}
