body, html {
    margin: 0;
    padding: 0; 
		}

body	{
    background: url(images/gelmannica_tile.jpg);
    background-repeat: repeat; 
	color: #f00;
    font-family: helvetica;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
		}

a:link	{
	text-decoration: none;
	color: #f00;
	}
a:visited	{
	text-decoration: none;
	color: #f00;
	}
a:hover	{
	text-decoration: none;
	color: #000;
	}
a:active	{
	text-decoration: none;
	color: #000;
	}
	
#links    {
    position: fixed;
	top: 180px;
	left: 160px;
    }

#box    {
    position: absolute;
    width: 800px;
	top: 180px;
	left: 340px;
    }

#main    {
    position: absolute;
    width: 400px;
	top: 180px;
    left: 435px;
	    }