@media screen
  {
  body
    {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 11px;
	background : #FFFFFF;
    }
  div#rightgreen
    {
    overflow: auto;
    width: 150px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
	background : url(../images/rightimage.png) top right no-repeat fixed;
    }
	
  div#rightboxes
    {
    overflow: auto;
    width: 130px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
	z-index: 3;
    }
  }