
 /* Main container */
.container {
  width: 950px;
  margin: 10px auto;
  background-color:white;
background-image: url(http://www.cdq-ostiaantica-saline.org/wp-content/themes/Multiplayer_tech/images/bg.gif);
	background-repeat: no-repeat;
	
	background-position: 450px 160px;
  border:1px solid #C0C0C0;
  display:table; /* must put this in for FireFox. */
 

}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 950px;
}
.footer { width: 950px;
}

/* middle content box with left and right column*/
.mid  { width: 950px;
}

/* Content Column*/
.content_column  { width: 502px;}

/* left and right Columns*/
.sidebar_left  { width: 223px; 
background-color: #ffffff;
background-image: url(http://www.cdq-ostiaantica-saline.org/wp-content/themes/Multiplayer_tech/images/bg-rechts.jpg);
background-position: 0px 175px;
background-repeat: no-repeat;
}

.sidebar_right { 
width: 225px; 

background-color:#E8E8E8;
background-position: top right;

}
