body {
	background-color: #fff;
	font-family: "Comic Sans MS", "Chalkboard", "Marker Felt";
	font-size: 20px;
	margin: 0;
	overflow-x: hidden;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}	

#bio {
	color: #000;
	text-decoration: none;
}
#bio:hover {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}	
.adoption {
	position: fixed;
	text-align: right;
	top: 10px;
	right: 20px;
}


.container {
	width: 100%;
	min-width: 900px;
	max-width: 1100px;
  	margin: 0 auto;
	padding: 60px 0 0 80px;
}
.item {
	font-size: 8pt;
	font-family: 'Arial';
	text-transform: uppercase;
	min-width: 400px;
	width: 50%;
  	margin: 0 auto;
	float: left;
	padding-bottom: 50px;
	}

	.kontak {
		font-family: 'Times New Roman';
		position: fixed;
		right: 20px;
		bottom: 20px;
		font-size:9pt;
	}
	#overlay {
		font-family: 'Times New Roman';
		font-size:10pt;
    	margin:auto;
	    width: 400px;
    	height: 160px;
    	position:fixed;
		padding: 50px;
    	top:0;
    	bottom:0;
    	left:0;
    	right:0;
	    background-color: #fff;
	    filter:alpha(opacity=1);
	    -moz-opacity:1;
	    -khtml-opacity: 1;
	    opacity: 1;
	    z-index: 10000;
	    display: block;
	}
	
	.andcover {
		text-align: center;
		padding-bottom: 50px;
		margin: auto;
	}
	
	#content {
		width: 100%;
	}
	
	.description {
		width: 400px;
	}
	