html { font-size:100.01%; }
body { font-size:1em; }

div#mainarea
{
position: absolute;
left: 50px;
top: 110px;
width: 800px;
height: 600px;
border: double #494900;
background-color: #393900;
}

div#mainpix
{
position: absolute;
left: 310px;
top: 20px;
}

div#textarea
{
position: absolute;
left: 70px;
top: 280px;
width: 760px;
color: silver;
font-variant: small-caps; font-style: normal; font-size: 14px; line-height: 1.2; font-family: Georgia, sans-serif;
letter-spacing: 2px;


}

a:link
{
text-decoration: none;
color: e0e0e0;
}

a:hover
{
text-decoration: underline;
color: a0a0a0;
}