body
{
background-image: url(bg.jpg);
background-repeat: repeat;
}

div
{
text-align: center;
font-size:14;
color: #ffffff;
font-family: sans-serif
}

div.back
{
background-repeat: no-repeat;
background-position: center center;
font-size:14;
color: #ffffff;
font-family: sans-serif
text-align: center
width:400;
height:200;
background-image:url(back.gif)
}

a:link { 
color: #505050;
text-decoration: underline;
}

a:visited { 
color: #505050;
text-decoration: underline;
}

a:hover {
color: #505050;
font-weight: bold;
text-decoration: none;
}

