body {
background-color: #000000;
background-image: url('../images/bg.jpg');
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed
}

footer_table {
background-image: url('../images/footer_bg.gif');
background-repeat: no-repeat;
width: 1050px;
height: 50px;
padding: 12px 0px 0px 0px;
margin: 0 auto
}

p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#000000;
text-align: justify;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#FF0000;
}

a:link {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #FF0000;
text-decoration: none;
}

a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #FF0000;
text-decoration: none;
}

a:hover {
color: #FF0000;
text-decoration: underline;
}

a:active {
color: rgb(255, 0, 50);
}