body{
	overflow:hidden;
	background-color:#D5D5D5;
}
#name{
	position:absolute;
	top:24px;
	left:80px;
	width:100px;
	height:24px;
	z-index:100;
	/*font: normal 24px Arial,sans-serif;*/
	font: normal 200% Arial,sans-serif;
	color: #EB6401; 
}
#head{
	position:relative;
	width:373px;
	height:123px;
	background-image:url(../img/1pix.gif);
}
#content{
	position:relative;
	height:237px;
	background-color: white;
	padding-top: 12px;
	padding-left: 18px;
	padding-right: 18px;
	background-color:#D5D5D5;
	background-image: url(../img/content_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	/*font: normal 11px Arial,sans-serif;*/
	font: normal 100% Arial,sans-serif;
	line-height:130%;
	color: #4B4B4B; 
	overflow:auto;
}
.orangeLinkBox{
	text-align:center;
	width:auto;
	/*display:block;*/
	margin-top:8px;
}