div#wrapper_service {
	width: 490px;
	min-height: 500px;    /* must be set, due to that the absolute imagedivs dont take any space (136=image-height) */
	position: relative;   /* relative to port view  */
	top: 120px;
	left: 200px;
	}

div#wrapper_service img  {
    margin-left: 30px;
    }
    
div#wrapper_service > p {
    margin-left: 50px;
    }
    
