/* File:   Concert Catalog Master Stylesheet
   Author: Justin Frydman - defunctlife.com */   

body {

margin: 0;
padding: 104px 0 0 0;
color: #fff;
font: 15px/18px Arial, Helvetica, sans-serif;
background: #95c4e5 url(../images/bg-body.jpg) repeat-x; 

}

.clear { 
clear: both; 
}

a {
color: #237ab4;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

img, a img {

border: none;

}

/* Layout */

#main {

width: 900px;
min-height: 500px;
margin: 0 auto;

}

/* Iphone */

#iphone {

float: left;
width: 227px; /* 266 */
height: 364px; /* 461 */
padding: 97px 0 0 39px;
margin-right: 50px;
background: url(../images/bg-iphone.png) no-repeat;

}

#get-flash {

padding: 110px 0 0 27px;

}
/* Content */

#content {

float: left;
width: 550px;
padding-top: 30px;

}

#content h1 {

height: 92px;
text-indent: -9999px;
overflow: hidden;
text-align: center;
margin-bottom: 30px;
background: url(../images/h1-logo.png) center no-repeat;

}

#about {

padding:8px;
border:2px solid #9ac6e3;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-opera-border-radius:5px;
-khtml-border-radius:5px;
border-radius:5px;
background: #9ac6e3;
width: 657px;
margin-left: -60px;

}

#about p {

margin: 0;
padding: 0;

}

#arrow {
width: 20px;
height: 23px;
margin: -58px 0 0 -80px;
background: url(../images/bg-about.png) no-repeat;

}

/* Buttons */

#buttons {
margin: 0 auto;
width: 400px;
padding: 60px 0 20px 0;
}

#buttons a {

display: block;
float: left;
text-indent: -9999px;
overflow: hidden;
width: 177px;
height: 61px;

}

#a-appstore {
margin-right: 35px;
background: url(../images/a-appstore.png);
}

#a-downloadnow {
background: url(../images/a-downloadnow.png);
}

#buttons a:hover {

background-position: 0 -61px;

}

/* Copyright */

#copyright {

clear: both;
width: 680px;
padding-top: 5px;
text-align: center;
margin: 0 0 0 -60px;
border-top: 1px solid #fff;

}

#copyright a {
color: #fff;
text-decoration: underline;
}

#copyright a:hover {

color: #3584ba;
text-decoration: none;

}