a:link
{
    color: #278BD7;
}

a:active
{
    color: #278BD7;
}

a:hover
{
    color: #AA9900;
}

a:visited
{
    color: #BB8800;
}

body
{
    margin:0px;
    padding:0px;
    background-image: url("background/background5.jpg");
    background-repeat: no-repeat;
    background-position:top left;
    color: #000000;
}

p
{
	padding-left:10px;
}

#navigation
{
	position:absolute;
	left:0px;
	top:0px;
    font-size:16px;
    font-family: Arial;
}

#content
{
	position:absolute;
	left:0px;
	top:300px;
	width:795px;
    color: #FFFFFF;
    font-size:20px;
    font-family: Arial;
}
