body,html{
	margin : 0;
	padding:0;
	width:100%;
	position:relative;
	height:100%;
	
    background-image:url(../gfx/print/line.bmp);
    background-repeat:repeat-x;
}

#top {
    background-image:url(../gfx/print/ka.jpg);
    background-repeat:no-repeat;
    background-position:left;
    height:103px;
    width:auto;
    padding-left:180px;
    padding-right:15px;
    padding-top:5px;
    text-align:right;
    color:#7e7e7e;
    font-family:arial;
    font-size: 11px;
}
#content {
    text-align:left;
  

    font-size:12px;
    font-family:arial;
}
#content #print {
    display:none;
}
#content #title {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    padding-bottom: 0px;
}
#content .date {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #07579f;
    margin-top: 0px;
    margin-bottom: 10px;
}

#bottom {
    background-image:url(../gfx/print/line.bmp);
    background-repeat:repeat-x;
    height:108px;
    
    text-align:right;
    width:575px;
    width:60%;
    font-size:12px;
    font-family:arial;
    padding-bottom:18px;
    padding-right:20px;
   
}
