
/* global */

body {
    text-align:center;
    font:19px/30px "Comfortaa","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight:700;
    background-color: #081d31;
    color: #0f7de8;
    margin:0;
    padding:0;
}

p {
    margin:32px 0;
}

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

a:hover {
    color: #7bffec;
}

a img {
    border:0;
}

h1 {
    font-size:60px;
    font-family:"Comfortaa","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration:underline;
    height:200px;
    margin:0;
    text-shadow: #0097ed;
}

/* container */

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

#inner-container {
    position:relative;
    background-color:#08294b;
    min-height:720px;
    border-width:0 1px 1px 1px;
    border-color:#041220;
    border-style:solid;
}

#contact {
    font-size:16px;
    text-align:center;
}

#copyright {
    font-size:16px;
    text-align:center;
}

#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;
}
