.body
{
	background-image: url('gfx/bg.png');
}

.logo
{
	background-image: url('gfx/logo.png');
	height: 374px;
	width: 900px;
}

.tresc
{
	background-image: url('gfx/tresc.png');
	width: 900px;
	padding: 20px 70px;
	text-align: center;
	vertical-align: top;
}

.foot
{
	background-image: url('gfx/foot.png');
	height: 186px;
	width: 900px;
}

.div_bg
{
	position: relative; 
	width:101px; 
	height:105px;
	background-image: url('gfx/pix.png');
}
.div_ico
{
	position: relative; 
	left:0px; 
	top:17px;
	height: 68px;
}

.a_off, .a_on
{
	text-decoration: none;
	font: normal bolder 16px "Courier New", Courier, monospace;
}
.a_off
{
	color: white;
}

.a_on
{
	color: Black;
}
