body{
	background-color: #000;
}
#mainWrapper{
	border: 1px solid #CCC;
	width: 865px;
	height: 850px;
	overflow:hidden;
	background-color: #fff;
	margin: 20px auto;
	padding: 10px
}
#scrollWrapper{
	border: 1px solid #CCC;
	height: 400px;
	width: 640px;
	overflow:hidden;
	position: relative;
	top: 420px;
	left: 110px;
}
.head{
	font-size: 140%;
	color: #000;
}
#myphilodivText{
	/*border: 1px solid red;*/
	height: 357px;
	width: 600px;
	margin: 0 auto;
	color: #000;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 140%;
	display:inline;
	overflow:hidden;
}
#myphilodivText h1{
	font-size: 1.4em;	
	margin-top: 10px;
	text-indent: -10px;
}
#myphilodivText h2{
	font-size: 1.2em;	
	margin-top: 10px;
	text-indent: -10px;
}
#myworkdivText{
	/*border: 1px solid red;*/
	height: 357px;
	width: 600px;
	margin: 0 auto;
	color: #000;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 140%;
	display:inline;
	overflow:hidden;
}
#myworkdivText h1{
	font-size: 1.4em;	
	margin-top: 10px;
	text-indent: -10px;
}
#errorLayer{
	width: 400px;
	height: 200px;
	background-color: #fff;
	font-family:"Times New Roman", Times, serif;
	padding: 10px;
	margin: 100px auto;
	border: 1px solid #e9e9e9;
	
}