body {

  margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	width: 100%;

	height: 100%;

}

div#store
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 200px;
  z-index: 10;
} 

div#store a
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 200px;
}

img {

  border: none

}



div#navigation a { 

  display: block;

  text-decoration: none;

	font-size: 12pt;

	font-weight: bold;

	color: blue;

	margin-bottom: 1em; }



div#navigation

{

  position: absolute;

	top: 0;	bottom: 0; left: 0;

	padding-top: 5px;

	width: 250px;

	text-align: center;

  overflow: auto;

}



div#main

{

  position: fixed;

	top: 0; bottom: 100px; left: 250px; right: 0;

	overflow: auto;

}



div#maincenter

{

  width: 573px;

	height: 361px;

  position: relative;

  top: 50%;

  left: 50%;

  margin: -180px 0px 0px -286px;	

}

div#footer

{

  position: fixed;

	left: 250px; right: 0px; bottom: 0px;

	height: 100px;

	text-align: center;



}
