@charset "utf-8";
/* CSS Document */

body.home #intro {
	position: relative;
	width: 100%;
	background: url('../_images/bgs/bkg-home.jpg') top right no-repeat;
	color: #85a8b8;
	height: 340px;
	margin-bottom: 20px;
}

body.home #intro #text {
	padding: 60px 20px 0 153px;
	line-height: 175%;
}

body.home #intro #link1, body.home #intro #link2, body.home #intro #link3 {
	position: absolute;
	width: 212px;
	height: 50px;
	left: 154px;
}

body.home #intro #link1 i, body.home #intro #link2 i, body.home #intro #link3 i {
	visibility: hidden;
}

body.home #intro #link1 {
	top: 168px;
}

body.home #intro #link2 {
	top: 228px;
}

body.home #intro #link3 {
	top: 286px;
}

body.home #middle {
	margin-top: 0;
}