/* CSS Document */

table.bg 
{
background-image: url(./images/bg_purple.gif);
background-position: top;
background-repeat: repeat-x;
}

body
{
background-image: url(./images/bg_purple.gif);
background-position: bottom;
background-repeat: repeat-x;
}.text_space {
	line-height: 25px;
}
