/******************************************************************************/
/* Honehair's Web Shelter - page specific definition                          */
/* http://www.honeyhair.net/                                                  */
/******************************************************************************/
 
body {
	background-color: #454948;
 }
 
body, html, div {
	scrollbar-base-color: #454948;
}

.paragraph {
	display: block;
	margin-top: 5px;
}

#piDescription {
	display: block;
	color: white;
	font-size: 95%;
	font-weight: bold;
	position: absolute;
	top: 380px;
	left: 10px;
	width: 350px;
	text-decoration: none;
}
 
#piCentral {
	position: relative;
	width: 1000px;
	z-index: 5;
	top: -15px;
}

#piCopyrightSign {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 178px;
	top: 550px;
}

#piInnerWrapper{
	top: -10px;
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 736px;
	z-index:3;
}
  
#piLinksBox {
	position: absolute;
	right: 0px;
	bottom: 5px;	
	text-align: right;
}

#piLinksBox  a:link, #piLinksBox  a:visited , #piCopyrightSign:link, #piCopyrightSign:visited {
	color: #46bfa1;
}

#piLinksBox  a:active, #piLinksBox  a:hover, #piCopyrightSign:active, #piCopyrightSign:hover{
	color: #5effd7;	
}

#piLinksBox span {
	display: block;
}

#piLinkEnter,  #piLinkEnter:link, #piLinkEnter:visited{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 666px;	
	background-image:url("ornament/enter.png");	
	background-repeat: no-repeat;
	background-position: 130px 570px;
	text-decoration: none;
}

#piLinkEnter:hover, #piLinkEnter:active {
	background-image:url("ornament/enter_active.png");	
}

#piLogin {
	position: absolute;
	display: block;
	top: 100px;
	left: 182px;
	z-index: 40;
	text-decoration: none;
	width: 91px;
	height: 108px;
}

#piLogin:hover, #piLogin:active {
	width: 212px;
	height: 108px;
	background-image:url("ornament/login_active.png");
}

#piMainWrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
	position: relative;
}

#piTitle {
	position:relative;
	z-index: 10;
}

#piTitle img{
	background-image:url("../images/IndexTitle.png");	
	background-repeat: no-repeat;
}

	