html
{
overflow: hidden;
}

body
{
background-image: url(../images/bg.png);
background-repeat: no-repeat;
background-position: top left;
font-family: "arial";
}

a:link 
{ 
	color: #FFD7EF;
}

a:visited
{ 
	color: #FFD7EF;
}

a:hover 
{ 
	color: #FFD7EF;
}

a:active 
{ 
	color: #FFFFFF;
}


div.menu 
{
position: absolute; 
left: 350px; 
top: 67px; 
width: 875px;  
}

div.content
{
position: absolute;
left: 300px;
top: 125px;
z-index: 1;
}

div.pix
{
align: center;
}




