﻿body { font-family: Arial; background-color: #191b1a; padding: 0; margin: 0; }

a { text-decoration: none; color: #FFF; }
a:hover { text-decoration: none; color: orange; }

#bars { padding: 100px 0 0 0; margin-left: 50px;  position: relative; z-index: 1; background-color: #FFF; overflow: hidden; width: 800px; height: 700px; }
#bars div { width: 600px; height: 100px;  background: transparent url(../_images/bar.jpg) left top  no-repeat; padding: 20px 50px 0 50px; font-size: 70px; color: #FFF; font-weight: bold; }

#bars #bar2 { margin-top: 50px; }

#bars div.leftSide { background-position: left; margin-left: 800px; }
#bars div.rightSide { background-position: right; text-align: right; margin-left: -800px; }
#bars div.smallBar { height: 80px;  font-size:55px; font-style: italic; color: #191b1a; background-image: none; }
