/*reset*/
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, font, img, ins, kbd, q, s, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px; 
    border: 0px; 
    outline: 0px; 
    font-weight: inherit; 
    font-style: inherit; 
    font-family: inherit; 
    vertical-align: top;
}
:focus {
    outline: 0px;
}
ul {
    list-style: none;
}
table {
    border-collapse: collapse; 
    border-spacing: 0px;
}
caption, th, td {
    text-align: left; 
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
img {
    border: none;
}
address {
    font-style: normal;
}
textarea {
    resize: none;
}
/*-----*/

html, body {
    width: 100%;
    height: 100%;
    background: #26343f;
}

body * {
    font-family: Trebuchet MS, Arial;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
}

a {
    color: #2ea4f0;
}

a:hover {
    text-decoration: none;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.page {
    width: 900px;
    position: relative;
    margin: 0 auto;
}

header {
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

.main-menu {
    width: 100%;
    text-align: center;
}

    .main-menu li {
        padding: 15px 10px;
    }

        .main-menu li a {
            font-size: 26px;
        }
        
.developer-block {
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

.content {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    margin: 25px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

	.content p img {
		width: 100%;
		max-width: 900px;
	}

.content.tal {
    text-align: left;
}

.content.tal .download {
    text-align: center;
}

    .content.tal h1 {
        text-align: center;
    }

.content p {
    padding: 10px 0;
}

footer {
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

.download {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

	.download a {
		text-decoration: none;
	}
	
	.download img {
		margin: 0 15px 20px 15px;
	}
	
.lang {
	width: 100%;
	float: left;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 25px;
}

@media screen and (max-width: 920px) {
    .page {
        width: 96%;
    }
	.download img {
		width: 45%;
		margin: 0 2% 20px 2%;
	}
}

@media screen and (max-width: 780px) {
	
}