html {
background-image: url(pictures/bgs/nybkgtileani.gif);
     font-size: 13px;
     line-height: 13px;
     font-family: "MS UI Gothic", "Times New Roman";
     padding: 0px;
 }

#header {
	height: 40px;
	width: auto;
    margin: 20px;
}

#graphic {
    background-image: url(pictures/graphics/pazwelcome1.png);
	width: 643px;
	height: 750px;
}

#graphic:hover {
   background-image: url(pictures/graphics/pazwelcome2.png);
}

#text {
	border-style: outset;
	border-color: white; 
	width: 380px;
	height: 230px;
	background-color: #C0C7C8;
    padding: 7px;
    border-bottom-color: black;
    border-right-color: black;
    
}

#footer {
  background-color: transparent;
  text-align: center;
  margin: 5px;
  padding: 5px;
}


/* Start https://www.cursors-4u.com */ * {cursor: url(/pictures/cursors/11313a.gif), auto !important;} /* End https://www.cursors-4u.com */   

/* Scrollbar Start */
::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
    background-image: url(/pictures/buttonsads/scrolltrack.png);
    border: solid;
    border-width: 1px;
    border-color: darkgrey;
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
    border: solid;
    border-width: 1px;
    border-top-color: #fff;
    border-left-color: #fff;
    
}

::-webkit-scrollbar-thumb:hover {
  background: #999;
}

::-webkit-scrollbar-button {
    background-image: url(/pictures/buttonsads/scrollarrow.png);
}

::-webkit-scrollbar-button:vertical:start {
    background-position: -45px 0;
}

::-webkit-scrollbar-button:vertical:end {
    background-position: 0 0;
}

::-webkit-scrollbar-button:horizontal:start {
    background-position: -15px 0;
}

::-webkit-scrollbar-button:horizontal:end {
    background-position: -30px 0;
}
/* Scrollbar End */
    