body{
	color: rgb(0,91,127);
	font: 10pt Tahoma, sans-serif;
}
a{
	color: rgb(142,175,189);
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: rgb(0,91,127);
}
#content{
	position: absolute;
	top: 0;
	left: 0;
	width: 480;
	visibility: hidden;
}
#bg{
	position: absolute;
	top: 0;
	left: 0;
}
#nav{
	position: absolute;
	top: 155;
	left: 15;
}
#address{
	position: absolute; 
	top: 1;
	left: 440;
	font-size: 8pt;
	width: 300;
	color: rgb(190,190,190);
	text-align: right;
}
#text{
	position: absolute;
	top: 150;
	left: 155;
	width: 590;
}

