@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_events.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:visible;
	width:262px; 
	height:768px;
	z-index:7;
	}

#sendspace {
	position:absolute;
	left: 276px;
	top: 270px;
	width:700px;
	height: 470px;
	border: 2px solid #000000;
	padding-left: 20px;
	padding-bottom: 0px;
	overflow: scroll;
	text-align:left;
	font-family:Calibri, Cambria, "Myriad Pro", Tahoma, "Times New Roman", sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #000000;
	font-weight: 500;
	}

#textbox {
	position:absolute;
	width:650px;
}

#upcoming {
	left: 120px;
	font-family:Calibri, Cambria, "Myriad Pro", Tahoma, "Times New Roman", sans-serif;
	font-size: 48px;
	text-align:center;
	position:relative;
	font-weight: bold;
	top:190px;
	}
	
.text
	{font-family:Calibri, Cambria, "Myriad Pro", Tahoma, "Times New Roman", sans-serif;
	font-size:18px;
	text-align:left;
	position:relative;
	top:0px;
	font-weight: normal;
	}

#credits {
	position: absolute;
	top:795px;
	left:1020px;
	clear:both;
	text-align:right;
	font-size: 11px;
	color:#C0C0C0;
	}

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

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