/* 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) */ .container { position: absolute; top: 50%; left: 50%; margin: -300px 0 0 -470px; } .content { background: url(dummy-images/coffee.jpg); } .content h1 { font-size: 12px; font-weight: bold; text-align: center; margin-top: 190px; color: #222; background-image:url(images/header_text_bg.png); background-repeat:no-repeat; background-position:center; width:960px; height:112px; margin-bottom:60px; } .content h2 { font-size: 12px; font-weight: bold; text-align: center; margin-top: 190px; color: #222; background-image:url(images/header_text_bg.png); background-repeat:no-repeat; background-position:center; width:960px; height:112px; margin-bottom:60px; } .content h3 { font-size: 12px; font-weight: bold; text-align: center; margin-top: 190px; color: #222; background-image:url(images/header_text_bg.png); background-repeat:no-repeat; background-position:center; width:960px; height:112px; margin-bottom:60px; } /* -------------------------------------------------- Global Reset & Standards -------------------------------------------------- */