body { 
		background: #232323 url(http://i7host.com.br/marketing/construction/images/bg.png) repeat;
		margin: 0;
		padding: 0;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		}
		
		/* Make HTML 5 elements display block-level for consistent styling */  
		header, nav, article, section, aside, footer, address {  
    	display: block;  
		} 
		.wrapper {
		width: 960px;
		min-height: 720px;
		margin: 0 auto;
		text-align: center;
		background: url(http://i7host.com.br/marketing/construction/images/bg-light.png) no-repeat;
		padding-top: 20px;
		}
		
		h1 {
		color: #0C7FBA;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		font-size: 20px;
		font-weight: lighter;
		text-shadow: 0px 2px 0px #000;
		margin: 30px 0 0 0;
		}
		
		h2 {
		color: #0C7FBA;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		font-size: 15px;
		font-weight: lighter;
		text-shadow: 0px 2px 0px #000;
		margin: 15px 0 15px 20px;
		text-align: center;
		text-decoration: none;
		}
		
		a:link { 
		text-decoration:none; 
		}
		 
		p {
		color: #fff;
		margin: 0;
		font-size: 16px;
		text-shadow: 0 -2px 0 #000;
		}
		
		.hr {
		display: block;
		border: none;
		width: 960px;
		height: 2px;
		background: url(http://i7host.com.br/marketing/construction/images/divider.png);
		margin: 10px 0;
		}
		
		.clear {
		clear: both;
		}
		
		.progress {
		height: 110px;
		margin: 80px 0;
		background: url(http://i7host.com.br/marketing/construction/images/progress-container.png) no-repeat;
		position: relative;
		}
		
		.progress-bar {
		height: 43px;
		background: #0C7FBA url(http://i7host.com.br/marketing/construction/images/progress-bar.png) repeat-x;
		position: absolute;
		top:14px;
		left: 0px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		}
		
		.progress-bar-container {
		width: 930px;
		height: 70px;
		margin-left: 13px;
		position: relative;
		}