html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background-color: #f1f1f1;
    background-image: url("img/page_bg.png");
    background-repeat: repeat-x;
    margin: 0px;
    font-family: 'Dosis', serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

div{
    margin: 0px;
}
.contener{
    margin: 0px;
    height: 1069px;
    background-image: url("img/imagesLayer.png") ;
    background-repeat:no-repeat;
    background-position: top center;
}
.main{
    width:1024px;
    margin: 0 auto;
}
.header{
    height: 58px;
}
.social{

    float: right;
    margin-top: 28px;
    margin-right: 150px;
}
a img{
    border: none;
}
.social a{
    margin-right: 10px;
}
.playerHlder{
    margin: 68px auto 0 auto;
    width: 450px;
}
.content{
    text-align: center;
}

.downloadLink{

    background-image: url("img/downloadBtn.png");
    padding-left: 386px;
    padding-top: 72px;
    background-repeat: no-repeat;
    text-decoration: none;
}
.btnHolder {
    margin-top: 72px;
}
.downloadLink:hover{
    background-image: url("img/downloadBtn_hoover.png");
}
.cont{
    border: 1px transparent solid ;
    margin-top: 35px;
    margin-left:75px;
    height: 240px;
}
.white{
    width: 357px;
    height: 222px;
    background-color: white;
    color: #2bb9dd;
    font-weight: bold;
    font-size: 24px;
    line-height: 222px;
    margin-top: 9px;
    margin-left: 110px;
    margin-right: 47px;
    text-align: center;
    float: left;

}
.black{
    margin-top: 47px;
    color: white;
    font-size: 18px;
    line-height: 20px;
}
.black a{

    color: white;

}
.footer{

    font-size: 11px;
    font-weight: bold;
    margin-top: 11px;
    margin-left: 55px;
    line-height: 50px;
}
.footer ul li{
    display: inline;
    margin-right: 24px;
}

.footer ul li.first{
    margin-right: 170px;
}
.footer ul li a{
    color: black;
    text-decoration: none;
}
.share,.share ul li  {


}
.share ul {
    list-style: none outside none;
    display: inline;
}

.share li {
    display: inline;
}
.twitter-share-button { vertical-align:top }