/* CSS Document */

BODY {
	height: 480px;
	width: 780px;
	background-image: url("/images/achtergrond_main.gif");
} 
      #left {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 169px;
        height: 346px;
        top: 3px;
        left: 0px;
		overflow: hidden;
      }
      #footer {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 169px;
        height: 128px;
        top: 349px;
        left: 0px;
		overflow: hidden;
      }
      #header {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 448px;
        height: 55px;
        top: 3px;
        left: 169px;
		overflow: hidden;
      }
      #main {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 448px;
        height: 419px;
        top: 58px;
        left: 169px;
		overflow: auto;
      }
      #plaatje {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 163px;
        height: 159px;
        top: 3px;
        left: 617px;
		overflow: hidden;
      }
	  #info {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 163px;
        height: 113px;
        top: 162px;
        left: 617px;
		overflow: hidden;
      }
  	  #acties {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 163px;
        height: 202px;
        top: 275px;
        left: 617px;
		overflow: hidden;
      }