#page{
		text-align:center;
		margin:0 auto;
}

#pathcontain{
		width: 1129px;
		left:50%;
		margin-left:-475px;
		height:100%;
		position: relative;
		z-index:0;
		float: left;
		}

#path{
		background-image:url('http://midorea.com/templates/subSilver/image/path_bg.png');
		width:1129px;
		height:479px;
		position:absolute;
		left:-100px;
		top:400px;
		float: left;
}

#portalcontainer{
		width: 950px;
		left:50%;
		margin-left:-475px;
		height:100%;
		position: relative;
		z-index:0;
		float: left;
		}
		
#npc{
		width:400px;
		position:absolute;
		left:-150px;
		top:50px;
		float: left;
		}
		
#right{
		width:450px;
		position:absolute;
		left:0px;
		top:50px;

		float: left;
		}

#midorea{
		position: relative;
		left:400px;
		top:0px;

		z-index:14;
}

#toptext{
		position: relative;
		left:325px;
		top:25px;

		z-index:13;
}

#bottomtext{
		position: relative;
		left:275px;
		top:0px;
		z-index:12;
}

#join{
		position: relative;
		left:425px;
		top:0px;
		z-index:11;
}
#browse{
		position: relative;
		left:475px;
		top:0px;
		z-index:11;
		opacity:0.3;
		filter:alpha(opacity=30);
}

#browse:hover {
		opacity:1.0;
		filter:alpha(opacity=100);
}

#avatar{
		position: absolute;
		left:650px;
		top:150px;
		z-index:-10;
}

#avatarright{
		width:450px;
		position:absolute;
		top:150px;
		}
		
#login{

	border:0px;
	padding:10px; 
	background:#412460;
	width:300px;
	border-radius:5px;
	-moz-border-radius:25px;
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
}
		
#login2{
		position: absolute;
		left:0px;
		top:0px;
		z-index:50;
	padding:10px; 
	background:#412460;
	width:150px;
	border-radius:5px;
	-moz-border-radius:25px;
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
			opacity:0.5;
		filter:alpha(opacity=50);
}	

#login2:hover {
		opacity:1.0;
		filter:alpha(opacity=100);
}

		#text { 	
        font-size: 12px;
        font-family: verdana;
		text-decoration: none;
		}
		
		a.textbig {color:#EDFFAD;}
		a.textbig:hover {color:#EDFFAD;}
		a.textbig:active {color:#EDFFAD;}
		
		a.text:hover {color:#EDFFAD;}
		a.text:active {color:#EDFFAD;}
		
		a.textbig { 	
        font-size: 24px;
		font-weight: bold;
        font-family: verdana;
		text-decoration: none;
		}