html{
background-image:url('lay/tile.jpg');
background-attachment:tiled;
}
body {
    background-image: url(lay/shadow.png); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    font-family: verdana; 
    color: #000000; 
    font-size: 10pt; 
   }
}
{font-family: verdana; color: #000000; } 
A:link
{ text-decoration: underline; color: #000000; 
}
A:visited
{ text-decoration: underline; color: #34578F;
}
A:active
{ text-decoration: line-through; color: #000000; 
}
A:hover
{ text-decoration: line-through;
}

.side
{
	background-image : url('lay/1back.jpg'); 
	 background-repeat: repeat-y;
}

.main
{
	background-image : url('lay/back.jpg'); 
	background-repeat: repeat-y;
}
