* html #container {
height: 100%;
}

img{
border: 0;
}

html,body{
height: 100%;
padding: 0;
margin: 0;
background: #AFAA97 url('bg.jpg');
text-align: center;
}

#container{
min-height: 100%;
background: #000000 url('contentbg.png');
width: 770px;
margin: 0 auto;
text-align: left;
padding-bottom: 1px;
padding-left: 15px;
padding-right: 15px;
}

#top{
text-align: center;
}

#content{
margin: 0 auto;
text-align: left;
padding: 10px;
}

#footer,.footer{
text-align: center;
clear: both;
}

p,ul{
font-family: Georgia, serif;
font-size: 12pt;
color: #FFFFFF;
text-align: justify;
list-style: square;
}

li{
line-height: 30px;
}

h1{
font-family: Georgia, serif;
font-size: 16pt;
font-style: italic;
color: #FFFFFF;
text-align: justify;
}

td{
text-align:left;
font-family: Arial;
font-size: 8pt;
color: #FFFFFF;
}

a{
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}

a:hover{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
