
body 
{ 
background-color: #000000; 
} 

tr.links
{
background-image: url('./images/top_bar.jpg');
background-repeat: repeat;
}

img.logo
{
position: absolute;
left: 320px;
top: 20px;
padding: 0;
}

img.link1
{
position:absolute;
left:30px;
top:150px;
width:150px;
height:40px;
}

img.link2
{
position:absolute;
left:110px;
top:220px;
width:150px;
height:40px;
}

img.link3
{
position:absolute;
left:50px;
top:295px;
width:150px;
height:40px;
}

img.link4
{
position:absolute;
left:130px;
top:360px;
width:150px;
height:40px;
}

img.link5
{
position:absolute;
left:80px;
top:435px;
width:150px;
height:40px;
}

img.feature
{
position:absolute;
left:400;
top:160px;
width:369px;
height:375px;
}

tr.text
{
font-family: centaur, "times new roman", serif;
font-size: large;
color: #FF9966;
text-align: center;
}

a.text
{
font-family: centaur, "times new roman", serif;
font-size: large;
color: #FF9966;
text-align: center;
}


