*{
padding : 0;
margin : 0;
border : 0;
}
body{

background-attachment : fixed;
background-size : 100% auto;
font-family: Calibri;
}
.blended_grid{
display : block;
width : 670px;
height : 600px;
<!-- overflow : auto; -->
margin : 30px auto 0 auto;
}
.pageLeft{
background-color : white;
float : left;
clear : none;
height : 600px;
width : 520px;
}
.bok{
background-color : white;
float : left;
clear : none;
height : 600px;
width : 70px;
}
table{
width: 100%;
height: 0%;
border: 1px;
font-family: Calibri;
font-size: 14px;
}

table td {
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 0px solid #e0e0e0;
  }
  
  
/* CSS Document */