/*SurfPokerCoaching.com CSS*/

/* sets background color of spacers to white, 1px wide */
td.spacer{
background-color:#FFFFFF;
width:1px
}

/* sets info for banner table */
table.banner{
background-color:#FFFFFF
}

/* sets info for links table */
table.links{
background-color:#FFFFFF;
vertical-align:top;
}

/* sets info for main table */
table.main{
background-color:#FFFFFF
}

/* used to set background image for left border in case text is too long in body to prevent "breaking" */
td.leftspacer{
background-image: url(../images/leftBodySpacer.gif);
background-repeat: repeat
}

/* used to set background image for right border in case text is too long in body to prevent "breaking" */
td.rightspacer{
background-image: url(../images/rightBodySpacer.gif);
background-repeat: repeat
}

/* sets background image around the site */
body.background{
background-image:url(../images/background.jpg);
background-repeat: repeat
}

/* sets styles for body of page */
td.body{
text-align:left;
height:100%
}

td.footer{
vertical-align:bottom;
text-align:center
}