/* CSS Document */
.main_container {
	width: 666px;
	margin: 25px auto; /*align in Mozilla*/
	text-align: left;
	background-color: white;
}
.top {
	background: url(../images/top.jpg) 0 0 no-repeat;
	height: 22px;
	width: 666px;
}
.left {
	background: url(../images/left.jpg) 0 0 no-repeat;
	height: 322px;
	width: 18px;
	float: left;
}
.right {
	background: url(../images/right.jpg) 0 0 no-repeat;
	height: 322px;
	width: 18px;
	float: right;
}
.center {
	margin: 0px 18px 0px 18px;
	height: 300px;
	/*width: 604px;*/
	background: white url(../images/image_logo.jpg) no-repeat 0.7em 1.2em;
}
.bottom {
	clear:both;
	background: url(../images/bottom.jpg) 0 0 no-repeat;
	height: 22px;
	width: 666px;
}
.author_sign {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-family:Arial, Helvetica, sans-serif;
	color: gray;
	font-size: 12px;
	cursor: pointer;
}
.splash_company_name {
	color: white;
	font-size: 16px;
	font-weight:bold;
	position: relative;
  height: auto;
  width: auto;
  left: 489px;	/*400*/
  top: 260px;
}
.splash_company_slogan {
	color: white;
	font-size: 12px;
font-weight: normal;
  position: relative;
  height: auto;
  width: auto;
  left: 505px;
	top: 260px;
}

