.leftside { 
background-image: url(images/paperborderleft2.jpg);
background-repeat: repeat-y;
background-position: 0% 0%;
}

.middle { 
background-image: url(images/papermiddle.jpg);
background-repeat: repeat;
background-position: 0 0;
}

.rightside { 
background-image: url(images/paperborderright2.jpg);
background-repeat: repeat-y;
background-position: 100% 0%
}

.top { 
background-image: url(images/papertop3.jpg);
background-repeat: no-repeat;
background-position: 50% 0%
}

.bottom { 
background-image: url(images/paperbottom.jpg);
background-repeat: no-repeat;
background-position: 50% 0%
}

.div1 { 
position: relative;
left: 390px;
top: 400px;
width: 372px;
}

.headerrt { 
background-image: url(images/headerright.jpg);
background-repeat: no-repeat;
background-position: bottom left
}

.paperbknd { 
background-image: url(images/paperbknd.jpg);
background-repeat: repeat-y;
background-position: 50% 0;
}