/* Reset CSS */
	* {
		margin:0;
		padding:0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	img {
		max-width: 100% !important;
		height: auto;
	}
	ul {
		list-style: none;
	}
/* end reset css */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	font-family: tahoma;
	background:#44D33D;
	margin-top: 70px;



}h1.demo-title {
	color:#fff;
	text-transform: uppercase;
	margin:20px;
}