/* brainpuppy : interactive life : vol 2.9 *//* general css */body {		background-color: #fff;	font-family: geneva, verdana, arial, sans-serif;		font-size: 1em;		color: #333;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	text-align: left;	}#main {position: absolute;top: 90%;left: 90%;width: 72em;height: 58em;margin-top: -25em; /*always take 1/2 from the size of the height, they have to be negative*/;margin-left: -35em; /*always take 1/2 from the size of the width, they have to be negative*/}/* text */a {	color: #fff;	text-decoration: none;	}a:visited {	color: #fff;	text-decoration: none;	}a:active {	color: #fff;	text-decoration: none;	}a:hover {	color: #fff;	text-decoration: none;	}strong, b {	font-weight: bold;	}p {	font-size: 12px;	margin-top: 0px;	margin-bottom: 0px; 	}	margin-left: 6px;	margin-right: 2px;	line-height: 9px;	color: #999;	}	.footer { 	font-family: geneva, verdana, arial, sans-serif;	font-size: 1.167em;	font-weight: bold;	line-height: 1.83em;	color: #333333;	background-color: #CCCCCC	}