
/* global */

body {
    text-align:center;
    font:14px/20px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    background-color: #282a2e;
    color: #e0e0e0;
    margin:0;
    padding:0;
}

p {
    margin:18px 0 18px 0;
}

a {
    outline: none;
    color: #f0f0f0;
    text-decoration:none;
}

a:hover {
    color: #ffffff;
}

a img {
    border:0;
}

h1 {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin:40px 0 30px 0;
    text-shadow: #A0A0A0 0px 0px 10px;
    text-align:center;
}

/* container */

#container {
    width:870px;
    margin:0 auto 0 auto;
    text-align:center;
}

#inner-container {
    position:relative;
    background-color:#36383d;
    min-height:720px;
    border-width:0 1px 1px 1px;
    border-color:#101010;
    border-style:solid;
}

#contact {
    font-size:10px;
    text-align:center;
    width:418px;
}

#content-right {
    /*float:right;*/
    width:445px;
    
    position:absolute;
    bottom:-182px;
    right:0px;
}

#content-left {
    /*float:left;*/
    text-align:left;
    width:420px;
    padding:20px 10px 0 20px;
}

#content-left a {
    font-weight:bold;
}

/* screenshots */

#screenshot-container {
    position:relative;
    width:445px;
    height:900px;
    background-image:url('img/device.png');
    background-repeat:no-repeat;
}

.screenshot {
    position:absolute;
    left:64px;
    top:150px;
}

#badges a img {
    width:200px;
    height:72px;
}
