@charset "utf-8";
/* CSS Document */

#whole {
	height: 620px;
	position: relative;
	background: #fff url('../img/watermark.png') no-repeat 160px 115%;
	
	background: #fff url(../img/about_section_bg.png) repeat-x; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(245,245,245,1) 195px, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(195px,rgba(245,245,245,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(245,245,245,1) 195px,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(245,245,245,1) 195px,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(245,245,245,1) 195px,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(245,245,245,1) 195px,rgba(255,255,255,1) 100%); /* W3C */
}

#whole > section {
	float: left;
	width: 275px;
	padding: 75px 0 0 45px;
}

#whole > section > h1 {
	margin-bottom: 50px;
}

#whole > section > p {
	padding-right: 45px;
	position: relative;
	z-index: 800;
}

#watermark {
	background: url(../img/watermark.png) no-repeat;
	width: 574px;
	height: 95px;
	position: absolute;
	bottom: 20px;
	left: 60px;
	z-index: 500;
}

#wide_side {
	float: right;
	width: 505px;
	height: 100%;
	background: #fff url(../img/about-1.png) center 30px no-repeat;
	padding: 0 45px 0 90px;
	position: relative;
	
	-webkit-box-shadow: -10px 0 7px 0 rgba(30, 30, 30, 0.2);
	-moz-box-shadow:    -10px 0 7px 0 rgba(30, 30, 30, 0.2);
	box-shadow:         -10px 0 7px 0 rgba(30, 30, 30, 0.2);
}

.floating_b {
	top: 290px;
	width: 514px;
}

.no-cssgradients .floating_b {
	background: url(../img/about_box_bg.png) repeat-y;
}

.floating_b > h1 {
	font-size: 14px;
	padding-top: 4px;
}

.borderradius .floating_b > h1 {
	font-size: 15px;
	padding-top: 3px;
}

#wide_side > p {
	margin-top: 560px;
	position: relative;
	z-index: 800;
}