#container {
    width:100%;
	height: 820px;
    margin: 0 auto;
	
}
.outputBox{
	width: 1056px;
	margin: 0 auto;
	position: relative;
}
.prompt{
    width:60%;
    height:30px;
    margin:5px auto;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #df0000;
}
.containerT {
    width:1056px;
	margin: 0 auto;
    position: absolute;
    border-radius: 3px;
	margin-top: 3%;
}
.containerT h4 {
    font-size:36px;
	text-align: center;color: #fff;margin-bottom: 25px;font-weight: bold;
}
.cont{
	width: 1055px;
	height: 693px;
	background: url(../img/Integrated-programmePic4_1.png) no-repeat;
	padding: 140px 80px 0 80px;
	font-size: 16px;
	line-height: 48px;
	text-indent: 32px;box-sizing: border-box;
}
@media only screen and (max-width: 640px){
	
}
@media screen and (max-device-width: 640px) {
body{
		min-width: 1176px !important;
	}
	#output{
		position: relative;
	}
}