@import url('../css/elements.css');
@import url('../css/blocks.css');


/*
  Sitedesing & implementation:
  Theo van Asselt, Plyworks Media, info@plyworksmedia.nl
*/

.center {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }

/* page layout */
.page {
  text-align: left;
  width: 980px; 
  margin: auto;
  background: url('../images/page-bg.jpg');
  background-repeat: repeat-y;
  background-position: 0px 224px;
  margin-top: 8px;
  }
.pageclear {
  clear: both;
  height: 1px;
  width: 100%;
  }
#container1, #container2, #container3 {
  border: 0px solid red;
  overflow: hidden;
  position: relative;
  float: left;
  padding: 0px 0px 0px 0px;
  }
#container1 {
  width: 208px;
 
  }
#container2 {
  width: 560px;

  }
#container3 {
  width: 208px;
  
  }

/*generic classes */
.clear, .clearing {
  clear: both;
  height: 1px;
  width: 100%;
  }
span.google {
  background: #ff0;
 }
#identity  {
  background: #ffffff;
  text-align: center;

  }
#identity h2 {
  padding: 12px auto 12px auto;
  font-size: 3em;
  text-align: center;
  color: #06357a;
  }


