.left { float: left; }
.right { float: right; }
.clear { clear: both; }

body { 
  background: url("../images/background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #151410;
  margin-top: 58px;
  font-family: arial;
  font-size: 14px;
  
}

h1 {
	font-size: 21px;
	color: #fff;
}

h2 {
	font-size: 18px;
	color: #fff;
}

h3 {
	font-size: 14px;
	color: #fff;
}

a, a:active, a:visited {
font: 12px arial, verdana, helvetica;
color: #72dae9;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

#wrapper {
  margin-left:auto;
  margin-right:auto;
  width:960px;
}

.footer {
  margin-left:auto;
  margin-right:auto;
  margin-top: 25px;
  width:960px;
  font: 10px arial,verdana, helvetica;
  color: #6a6a6a;
  text-align: center;
}

.footerlink { font: 11px arial,verdana, helvetica;
		color: #fff
		
		}
		
.footerlink a, .footerlink a:visited, .footerlink a:active { 
	        font: 11px arial,verdana, helvetica;
		color: #92edfb;
		text-decoration: none;
		}
.footerlink a:hover { 
	        font: 11px arial,verdana, helvetica;
		background-color: #92edfb;
		color: #fff;
		text-decoration: none;
		}

#content {
  margin-left:auto;
  margin-right:auto;
  width: 830px;
}

#main {
  margin-top: 20px;
  width: 534px;
}

#iphone {
  background: url("../images/mainpage_iphone.png") no-repeat 0px 0px;
  width: 240px;
  height: 385px;
  margin-top: -40px;
  padding-top: 84px;
  padding-left: 36px;
}

#iphone_image {
  overflow: hidden;
}

.footer_col { 
  width: 340px;
}

.footer_col img { 
}

.footer_bar {
  width: 59px;
  padding-left: 59px;
}

.steps {
	font-size: 13px;
	color: #d9e0e1;
	line-height: 12px;
	margin-left: -20px;
}

.bottomtext {
	font-size: 12px;
	color: #d9e0e1;
	line-height: 18px;
}

.copyright {
	clear: both;
	text-align: center;
	font-size: 10px;
}
/** Step Carousel **/

.stepcarousel {
  position: relative; /*leave this value alone*/
  overflow: scroll; /*leave this value alone*/
  width: 190px; /*Width of Carousel Viewer itself*/
  height: 300px; /*Height should enough to fit largest content's height*/
}


.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

a.apps4badge, a.apps4badge:visited, a.apps4badge:active {

position:absolute;
left:18px;
top:20px;
z-index:4;
display: block;
}


a.buyonitunes, a.buyonitunes:visited, a.buyonitunes:active {

background-image: url('../images/buyonitunes199.png');
width: 243px;
height: 35px;
display:block;

}

a.buyonitunes:hover {
background-image: url('../images/buyonitunes199_active.png');
}