/* CSS Document */
#hero{
	width:1100px;
	height:auto;
	font-size:18px;
	margin-left:200px;
	margin-right:200px;
	}
#hero img{
	width:600px;
	height:350px;
	
	}
#hero h1,h5{
	text-align:center;
}
#hero p{
	
	margin-left:0px;
	text-indent:2em;
	font-size:18px;
}
