/*----------------------------------------------
 |  main.css |
 |-----------
 |  The default structural DIV:s
 |  Do NOT add extra elements here, they should be placed in main_extra.css
 *---------------------------------------------*/
div#banner-a {
  background-image: url(../images/bannera.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 900px;
  height: 152px;
}

div#banner-b {
  
}

div#logo {
}

div#supercontainer {
  width: 900px;
  padding: 20px;
  margin-left: auto;
  background-color: White;
  margin-right: auto;
  text-align: left;
}

div#container {
  width: 900px;
}

div#content-a {
  width: 900px;
  margin-bottom: 26px;
}

div#content-a-a {

}

div#content-a-b {
  width: 900px;
}

div#content-a-c {
}

div#content-b {
  width: 900px;
}

div#content-b-a {
	float: left;
	width: 163px;
}

div#content-b-b {
	float: right;
	width: 190px;
}

div#content-b-c {
  width: 545px;
  margin-left: 163px;
  min-height: 400px;
}

div#footer-a {
	clear: both;
}

div#footer-b {
}