body {
  margin: 0 0 0 0;
  background-color: #C8D3FD;
}

 div.top, div.main{
  position: absolute;  
  margin: 0 0 0 0;
  
}

div.top {
position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 130px;
  background-color: #072EB1;
  padding: 0px;
}
div.paypal
{
position: absolute;
right: 0px;
top: 0px;
padding: 0px;
background-color: #072EB1;
}

div.logo{
  position: absolute;
  top: 0px;
  left: 5px;
  width: 900px;
  height: 60px;
}

div.tabs{
position: absolute;
top: 85px;
left: 5px;
width:100%;
height: 25px;
padding: 0px;
}

div.bar {
position: absolute;
left: 5px;
bottom: 0px;
width: 100%;
height: 25px;
padding: 0px;
background-color: #99AFFB;
}

div.cart
{
position: absolute;
right: 0px;
top: 50px;
height: 5px;
padding: 0px;
background-color: #072EB1;

}
div.special
{
position: absolute;
right: 200px;
top: 5px;
padding: 0px;
background-color: #072EB1;
}




div.main {
  position: absolute;
  top: 150px;
  left: 20px;
  right: 0;
  width: 100%;
  background-color: #C8D3FD;
 }




body { 
	scrollbar-arrow-color: #99AFFB; 
	scrollbar-base-color: #99AFFB; 
	scrollbar-dark-shadow-color: #072EB1; 
	scrollbar-track-color: #99AFFB; 
	scrollbar-face-color: #072EB1; 
	scrollbar-shadow-color: #072EB1; 
	scrollbar-highlight-color: #99AFFB; 
	scrollbar-3d-light-color: #99AFFB; 
	background-color: #C8D3FD;
 
} 





div.top img{
	border-style: solid;
	border-bottom-width: 0px;
      border-bottom-color: #99AFFB;
 	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}






/* This trick is to fix something i IE 5 on Mac..  */
@media screen {
  body>div.left,body>div.bottom,body>div.top {
    position: fixed;
  }
}
