body
{
  padding: 0;
		margin: 0;
		height: 100%;
  width: 100%
}

#overlay
{ 
  background-image: url(/images/overlay.png);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 90;
  width: 100%;
  height: 100%;
}

#box
{
  width:700px;
  border:1px solid #0B0F15;
}