/* These are just the demo styles and these can be removed and Orbit 
will still work like a champ (except any content block needs a background which
our demo gets from this sheet) */

.container1 {
    position: absolute; 
    left:0%;
	width:800px;
    margin: auto; }
	
.container2 {
    position: absolute; 
    top: 0px; 
    left:0%;
    margin: 0; }
	
.container {
    position: absolute; 
    top: 153px; 
    left: 50%;
    margin: 0 0 0 -400px; }
	
.content { background: url(images/banner-1.png); }
.content h1 {
	font-size: 40px; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	margin-top: 180px;
	color: #222;
	line-height: 50px;  }
.content h3 {
	text-align: center; 
	font-size: 22px; 
	color: #222; }