/* Layout */
 body {
	background: #fff;
background-image: url("/img/bg.jpg");
background-repeat:no-repeat;
background-position:-150px -140px;
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}

#content {
	
	height: 1299px;
	/* left: 50%;*/
	/*margin: -600px 0 0 -781px;*/
	position: absolute;
	/* top: 50%;*/
	/*width: 1563px;*/
	width:100%;
	z-index: 1;
}


/* Common */
.clear-both {
	clear: both;
}
#bell {
	background: url("/img/phone.png");
	height: 150px;
	position: absolute;
	right: -70px;
	top: 50px;
	width: 350px;
	z-index: 2;
}

#menu-main {
	height: 200px;
	left:377px;
	top:309px;
	position: absolute;
	width: 635px;
}

#menu-main a {
	display: block;
	float: left;
}

#menu-main-a {
	margin: -21px 0 0 0;
	width: 173px;
	height: 175px;
}

#menu-main-b {
	margin: -21px 0 0 -36px;
	width: 173px;
	height: 175px;
}
#menu-main-c {
	margin: -22px 0 0 -9px;
	width: 180px;
	height: 175px;
}
#menu-main-d {
	margin: -22px 0 0 -20px;
	width: 173px;
	height: 175px;
}






