html {
    background: #fff url('../images/background.png') no-repeat 50% -400px;
}

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%; 
    max-height: 100%; 
}

a {
    color: #487273;
}

#maincontent {
    background: #fff url('../images/background.png') no-repeat 50% -400px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 60px; /*Set bottom value to HeightOfFooterDiv*/
    overflow: auto;
    text-align: center;
}

.fixed {
    position: fixed;
}

#header {
    background: #dbdbdb url('../images/header-bg.png') repeat-x;
    height: 120px;
    width: 100%;
    position: absolute;
}

#links {
    color: #888;
    float: right;
    list-style-type: none;
    margin: 50px 0;
    padding: 0;
}

#links li {
    display: inline-block;
    margin-left: 30px;
}

#links li a {
    text-decoration: none;
    color: #888;
}

#links li a:hover {
    color: #444;
}

#nav {
    background: #487273 url('../images/nav-bg.png') repeat-x;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 120px;
}

#tabs {
    list-style-type: none;
    margin: 12px 0;
    padding: 0;
}

#tabs li, #tabs a {
    display: inline-block;
    margin-right: 15px;
    height: 60px;
    width: 59px;
}

#tabs div {
    display: inline-block;
    height: 60px;
    width: 59px;
}

#tabs div:hover {
    cursor: pointer;
}

#tabs-content {
    display: none;
}

#tabs-content.js > div {
    display: none;
}

#tabs-content.js > #tab-content-1 {
    display: block;
}

#icon-adaptiscan {
    background: url('../images/icon-adaptiscan.png') no-repeat;
}

#icon-adaptiscan:hover {
    background: url('../images/icon-adaptiscan-hover.png') no-repeat;
}

#icon-recipeblender {
    background: url('../images/icon-recipeblender.png') no-repeat;
}

#icon-recipeblender:hover {
    background: url('../images/icon-recipeblender-hover.png') no-repeat;
}

.icon-default {
    background: url('../images/icon-default.png') no-repeat;
}

.icon-default:hover {
    background: url('../images/icon-default-hover.png') no-repeat;
}

#main {
    top: 200px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#footer {
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    height: 60px; /*Height of footer div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background: #3a3a3c;
    color: white;
    text-align: center;
}

#footer .content {
    background: url('../images/geekabits-small.png') no-repeat right center;
}

#footer p {
    height: 60px;
    line-height: 60px;
    margin: 0;
}

.content {
    width: 960px;
    text-align: left;
    margin: 0 auto;
}

.content_left {
    width: 620px;
    float: left;
}

.content_right {
    width: 320px;
    float: left;
    margin-left: 20px;
}

.app_description {
    line-height: 150%;
}

#appstore {
    position: absolute;
    margin: 15px 0;
    bottom: 10px;
}

#iphone {
    position: relative;
    top: -80px;
}

.content_box {
    background: #fcfdfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfdfc 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfdfc), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfdfc 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfdfc 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfdfc 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfdfc 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdfc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #888;
    padding: 15px;
    margin: 20px 0;
    -moz-box-shadow:5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow:5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    box-shadow:5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    min-height: 20em;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

