/* divs */
*{
  margin: 0px;
  padding: 0px;
}

ul{
  padding-left: 10px;
}

li{
  margin-left: 6px;
}

html{

}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

img {
	border: none;
}

body{
  background-image:url(../images/ps_background.png);
  background-repeat: repeat-x;
  background-color: #8B8271;  
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align:center;
  overflow-x: hidden;
  overflow-y: visible;
}
/* container indeling */
.container{
  margin: 20px auto 0px auto; /* boven 40px , auto rechts ,   0 onder , auto links*/
  *margin: 35px auto 0px auto; /* boven 40px , auto rechts ,   0 onder , auto links voor ie*/
  width: 976px;
  height: 628px;
  text-align: left;
  overflow: hidden;
}


.container_top{
  background-image:url(../images/ps_cont_top.png);
  background-repeat: no-repeat;
  height: 20px;
}

.container_middle{
  background-image:url(../images/ps_cont_mid.png);
  background-repeat: repeat-y;
  height: 588px; /* FF */
  *height: 570px; /* IE */
}

.container_bottom{  
  background-image:url(../images/ps_cont_bot.png);
  background-repeat: no-repeat;
  height: 20px;
}

.content_main{
clear: both;
}

.logo_main{
  background-image:url(../images/ps_logo_main.png);
  background-repeat: no-repeat;
  height: 200px;
  width: 1200px;
  margin: 0px auto;
}

/* divs */