/* CSS Document */

html, body {
background-image: url(background.jpg);
background-repeat: no-repeat;
background-position: top;
background-color: #0b617e;
margin: 0px;
color: #ffffff;
}

td{
vertical-align: top;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 22px;
background-repeat: repeat-y;
}

a {
color: #ffffff;
}


h1 {
font-size: 19px;
}