/*<!-- Copyright PT RIGT Software Indonesia, All rights reserved. -->*/

			#containerSection5
			{
				width: 90%;
				max-width:1024px;
				min-width: 320px;
				min-height: 240px;
				
				color:#3D3D3D;
				
				top:0px;
				left:0px;
				right:0px;
				bottom: 0px;
				margin:auto;
				padding:auto;
				
				position: absolute;
    			display: table;
			}
			#section5Header{
				text-align:center;
				font-size:4em;
				font-weight:500;
			}
			#section5Text{
				text-align:center;
				font-size:2em;
				font-weight:500;
			}
			#section5ImageContainer{
				text-align:center;
			}
			#section5Image{
				width:50%;
				padding-top:3%;
			}