/* CSS Document for cockatrice page */

BODY {
	background-color: #000000;
	background-image: url(images/cock_bgnd.jpg);
	background-repeat: no-repeat;
}


#menu {
	position: absolute;
	top: 85px;
	left: 112px;
}

#textinfo {
	position: absolute;
	top: 85px;
	left: 285px;
	width: 420px;
	text-align: right;
	color: #000000;
	visibility: hidden;
}

#textdialogue {
	position: absolute;
	top: 29px;
	left: 297px;
	width: 420px;
	text-align: right;
	color: #000000;
	visibility: hidden;
}

.greytext {
	color: #666666;
}