body, h1  {
	padding: 0;
	margin:	 0;
}

.content  {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
}

.content div  {
	z-index: 100;
	width: 100px;
	height: 100px;
	text-align: center;
}

.content a,
.content b {
	color: red;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	cursor: pointer;
}

.content a img  {
	border: 3px white solid;
	color: white;
}

.content a:hover,
.content b:hover {
	color: green;
}

.content a:hover img  {
	border: 3px green solid;
}

center  {
	padding: 0px 100px 0px 100px;
}

center,
center a  {
	color: green;
	text-decoration: none;
}

#header  {
	color: green;
	position: absolute;
	top: -280px;
	left: -288px;
	width: 600px;
}

#header h1  {
	font-weight: normal;
}

#coven  {
	position: absolute;
	top: -230px;
	left: -60px;
}

#wicca  {
	position: absolute;
	top: -100px;
	left: -236px;
}

#anketa  {
	position: absolute;
	top: -100px;
	left: 115px;
}

#forum  {
	position: absolute;
	top: 115px;
	left: -160px;
}

#forum img  {
	border: 3px white solid;
}

#forum img:hover  {
	border: 3px green solid;
	cursor: pointer;
}

#links  {
	position: absolute;
	top: 115px;
	left: 30px;
}

#image  {
	position: absolute;
	border: none;
	top: -130px;
	left: -140px;
	width: 0px;
	height: 0px;
	z-index: 1;
}

#image img  {
 width: 260px;
height: 270px;
}
