@media screen and (min-width: 1200px) {

	#wrapper{
		position: absolute;
		top:50%;
		left:50%;
		margin-top:-296px;
		margin-left:-550px;
		width:1100px;
	}

	.wrapperHeight{
		height:593px;
	}

	#serviceTitle{
		width:1100px;
		height:97px;
		margin:0 0 30px 0;
		background: url('../images/serviceTitle.png');
	}

	#serviceContent{
		position: relative;
		width:1100px;
		height:466px;
		background: #fff;
	}

	#serviceContent img#s1{
		position: absolute;
		width:892px;
		top:91px;
		left:80px;
	}

	#serviceContent img#s2{
		display: none;
	}

}






@media screen and (max-width: 1200px) and (min-width: 900px) {

	#content{
		padding:0 !important;
	}
	#wrapper{
		margin: 0 auto;
		width:880px;
	}

	.wrapperHeight{
		height:593px;
	}

	#serviceTitle{
		width:880px;
		height:97px;
		margin:0 0 30px 0;
		background: url('../images/serviceTitle.png');
	}

	#serviceContent{
		position: relative;
		width:880px;
		height:466px;
		background: #fff;
	}

	#serviceContent img#s1{
		position: absolute;
		width:720px;
		top:91px;
		left:80px;
	}

	#serviceContent img#s2{
		display: none;
	}


}





@media screen and (max-width: 900px) and (min-width: 480px) {

	#content{
		height:1150px !important;
	}

	#wrapper{
		margin: 0 auto;
		width:460px;
	}

	.wrapperHeight{
		height:1030px;
	}

	#serviceTitle{
		width:460px;
		height:97px;
		margin:0 0 30px 0;
		background: url('../images/serviceTitle.png');
	}

	#serviceContent{
		position: relative;
		width:460px;
		height:972px;
		background: #fff;
	}

	#serviceContent img#s2{
		position: absolute;
		width:280px;
		top:91px;
		left:90px;
	}

	#serviceContent img#s1{
		display: none;
	}


}




@media screen and (max-width: 480px) {

	#content{
		height:1000px !important;
		width:100%;
	}

	#wrapper {
		margin: 0 6%;
		width: 88%;
	}

	.wrapperHeight{
	}

	#serviceTitle{
		width:100%;
		height:97px;
		margin:0 0 30px 0;
		background: url('../images/serviceTitle.png');
	}

	#serviceContent{
		position: relative;
		width:88%;
		padding:25px 6%;
		background: #fff;
	}

	#serviceContent img#s2{
		width:88%;
		margin-left:6%;
	}

	#serviceContent img#s1{
		display: none;
	}


}

