@charset "utf-8";
/* CSS Document */

html {
	background-color:#444444;
	}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444444;
	background-color: #444444;
	background-position: center;
}

.kris #container {
	width: 1024px;
	height: 768px;
	border: 1px solid #000000;
	background-image: url(psd/home/silver-y/silver_bio.png); 
	position: relative;
	left:50%;
	top: 50%;
	z-index:8;
	}
	
	#wrapper {
        width: 1024px;
		height: 768px;
		position: absolute;
		bottom:50%;
		right: 50%;
		}


#silgirl {
	height: 270px;
	width: 182px;
	visibility: visible;
	position: absolute;
	left: 25px;
	bottom: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	z-index:9;
}

.oclick {
	position: absolute;
	left:99px;
	bottom: 129px;
	width: 59px;
	height: 61px;
	z-index:10;
}

#navbar {
	position:absolute;
	left:0px;
	bottom:0px;
	visibility:hidden;
	width:262px; 
	height:768px;
	z-index:7;
	}

#bio {
	position: absolute;
	left:296px;
	top: 195px;
	text-align: justify;
	font-family:Calibri, Cambria, "Myriad Pro", Tahoma, "Times New Roman", sans-serif;
	font-size:17px;
	width: 670px;
	}
	
.indent {
	text-indent:2em;
	margin-left: 25px;
	}
	
	#credits {
	position: relative;
	top:0%;
	margin-left:70%;
	font-size: 11px;
	color:#C0C0C0;
	}

#credits a {
	color:#C0C0C0;
	text-decoration:none;
	}

#credits a:hover {
	text-decoration:underline;
	}