#intro {
    width: 100%;
    height: 1600px;
   /* background-image: url(../img/intro/bkg.jpg);*/

}

#intro .introWrap1 {
    position: relative;

    width: 50%;
    height: 550px;
	padding: 30px 30px 0 30px;
	/*border: solid white 1px;*/
	/*transform: rotate(5deg);*/
	border-radius: 30px;
	background:linear-gradient(135deg, #ff6984, #adff2f, #32cd32);
    /*background-color: yellow;*/
    
   left: 25%;
    /*margin: 0 0 0 300px;*/
    top: 100px;
}

#box {
			width: 500px;
			height: 300px;
			border: solid red 2px;
			margin: 300px 0 0 35%;
		}

#title {
	clear: both;
	float: left;
	margin: 20px 0 0 35px;
	width: 200px;
	height: 110px;
	background-color: orange;
	border: 1px solid black;
	text-align: center;
	}

#pic1 {
	clear: none;
	float: left;
	margin: 20px 0 0 20px;
	width: 200px;
	height: 110px;
	}

#pic2 {
	clear: both;
	float: left;
	margin: 20px 0 0 35px;
	width: 200px;
	height: 120px;
	}

#pic3 {
	clear: none;
	float: left;
	margin: 20px 0 0 20px;
	width: 200px;
	height: 120px;
	border: solid blue 1px;
	background-color: yellow;
	}
