
	p {
	font-family:Verdana;
	font-size:14px
	}

	a {
	color:#FF679B;
	font-weight:bold
	}

	a:hover {
	color:#FF1C6B;
	font-weight:bold
	}


	.title {
	width:203px;
	height:77px
	}
	
	#maincontainer {
	background-position:center; width:1000px; height:586px;
	border:4px #E949AD ridge; margin:auto
	}
	
	#top {
	width:880px; height:58px; padding-right:120px; padding-left:0px;
	position:relative; z-index:1; display:flex; flex-direction:row
	}
	
	#titlearea {
	width:102px; height:74px; position:relative; z-index:3
	}
	
	#emptyspacetop {
	width:328px; height:58px
	}
	
	#headerright {
	width:446px; height:54px; border-radius:10px;
	border:2px solid white; margin-top:5px; box-shadow:2px 2px 5px #00000050
	}
	
	#headertext {
	padding:0px; margin:5px; width:436px; height:44px; text-align:center; 
	line-height:44px; color:white; font-size:28px; font-family:Calibri
	}
	
	#middle {
	width:1000px; height:470px; display:flex; flex-direction:row;
	}
	
	.linkbox {
	width:64px;
	height:64px
	}
	
	#bestgirlcontainer {
	width:586px; height:586px; position:relative; 
	z-index:0; margin-top:-58px
	}
	
	.bestgirl {
	padding-top: 20%;
	padding-left: 15%;
	margin-left: 0px;
	margin-bottom:0px
	}
	
	#chatbox {
	width:350px; height:105px; border-radius:10px; background-color:#FFFFFFBB; 
	border:2px solid #958080; margin-top:-185px; margin-left:89px; position:relative; 
	z-index:2; box-shadow:2px 2px 5px #00000050
	}
	
	#chat {
	padding:0px; margin:10px; width:320px; height:85px;
	overflow:auto; overflow-x:hidden; padding-right:10px
	}
	
	#middleright {
	width:400px; height:470px; position:relative; z-index:1; 
	margin-left:-106px; margin-right:120px
	}
	
	#textbox {
	width:396px; height:200px; border-radius:10px; background-color:#FFFFFF90;
	margin-top:25px; border:2px solid #FFFFFFDD; box-shadow:2px 2px 5px #00000050
	}
	
	#textarea {
	width:370px; height:180px; margin:10px; overflow:auto; overflow-x:hidden;
	padding-right:10px
	}
	
	#threelinks {
	display:flex; flex-direction:row; justify-content:space-around;
	width:396px; height:64px; margin-top:20px
	}
	
	#emptyspacebottom {
	width:400px; height:140px; margin-top:17px; text-align:center
	}
	
	#bottom {
	width:760px; height:58px;padding-right:120px; padding-left:120px;
	display:flex; flex-direction:row; justify-content:space-between; position:relative; 
	z-index:1
	}
	
	.button {
		width:88px;
		height:50px;
		border:2px solid white;
		border-radius: 10px;
		margin-top:2px;
		box-shadow:2px 2px 5px #00000050
	}
	
	.middlebutton {
		width:180px;
		height:50px;
		border:2px solid white;
		border-radius: 10px;
		margin-top:2px;
		box-shadow:2px 2px 5px #00000050
	}