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

.content-service {
	width: 950px;
	height: %100;
	clear: both;
	position: relative;
	background-position: center top;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;	
	}
	
#service-content{
	width: 918px;
	height: 900px;
	background-position: center top;
	background-color: #e4e4e4;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
		
	}
	
#services{
	width: 415px;
	height: 850px;
	margin-top: 30px;
	margin-left: 30px;
	padding-top: 30px;
	}
	
.contact-container {
	width: 950px;
	height: %100;
	clear: both;
	position: relative;
	background-position: center top;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;	
	}
		
#contact-content{
	width: 918px;
	height: 550px;
	background-position: center top;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e4e4e4;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	
	}

#contact-services{
	width: 415px;
	height: 500px;
	margin-top: 30px;
	margin-left: 30px;
	padding-top: 30px;	
}
	
#artist{
	width: 282px;
	height: 400px;
	margin-top: 30px;
	margin-left: 10px;
	float: right;
	position: absolute;
	left: 557px;
	top: 189px;
	}
	
#quick-contact{
	width: 415px;
	height: 400px;
	margin-top: 30px;
	margin-left: 10px;
	float: right;
	position: absolute;
	left: 474px;
	top: 45px;
	}
