.body
{ 
background-color: #FFFFFF;
background-image: url(back.jpg);
background-repeat: repeat;
background-attachment:fixed;
background-position: bottom right;
}
.p {
	font-family: Verdana;
	color: #666666;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.pi {
	font-family: Verdana;
	color: #666666;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	background-position: center;
	text-align: center;


}
a:link {text-decoration: none;color: #666666;}
a:visited {text-decoration: none;color: #666666;}
a:active {text-decoration: none;color: #666666;}
a:hover {text-decoration: underline; color: red;}

.items p {display: none}
.items p:target {display: block}

.main
{
	position: relative;
	top: 200;
	width: 500;
}
.menu
{
	position: relative;
	top: 10;
	width: 700;
}
.none
{
	position: relative;
	top: 10;
	width: 310;
}
