/*check margin attribute details
  padding is set as Opera does not default to 0
  background is set as Net6 for MAC defaults to grey*/
body {
	margin:0% 0% 0% 0%;
	padding:0% 0% 0% 0%;
	background:white;
}


#page
{
      /*width:990px;*/
      position:absolute;
      top:10px;
      left:10px;

      margin:0% 0% 0% 0%;
      padding:0% 0% 0% 0%;

      background:gold;
}


#header
{
      height:125px; /*set to pixels as this will be the size of the banner irellevant of the resolution size*/
      background:gold;
      border:2px solid gold;
      text-align: center;
}


#menu
{	
      float: left;
      width:9em;
      background: gold;
}

#content
{
      margin:0px 0px 0px 9em;
      border-left:2px solid blue;
      border-bottom:2px solid blue;
      border-top:2px solid blue;
      background:white;
}


#login_background
{
	background-image:url('../../content/photos/pontoon.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;	
}


#login
{
      position:absolute;
      width: 300px;
      top: 150px;
      text-align:center;
      border:0px solid black;
}
