body {
    background-color:#141f09;
    font-family:arial;
}

a {
    font-weight:900;
    color: #40001b;
    text-decoration:none;
}

.main {
    background-color:#89c943;

	position:absolute;
	top: 50%;
	left: 50%;
	width:1024px;
	height:720px;
	margin-left: -512px;
	margin-top: -360px;
}

#screenshot_phone {
    position:absolute;
    top: 4%;
    left: 5%; 
}

#qrcode {
    position:absolute;
    bottom: 2%;
    left: 2%; 
}


#title_banner {
    position:absolute;
    top:15%;

    width: 674px;
    padding-left: 350px;

    background-color:#40001b;
}

#title {
    margin:0.1em 0;

    font-weight:900;
    font-size:400%;
    color: #bd0051;
}

#bulle {
    position:absolute;
    right:2%;
    top:30%;
    width:482px;
    height:218px;

    padding-left:30px;
    padding-right:140px;
    padding-top:12px;

    background-image:url('bulle.png');
}

.bulle_text {
    margin:0.1em 0;

    font-weight:500;
    color: white;
    font-size:160%;
}

#description {
    position:absolute;
    left:35%;
    top:50%;
    width:60%;
}

#pics {
    position:absolute;
    right:2%;
    bottom:2%;
}

.text_left {
    text-align:left;
}

.text_right {
    text-align:right;
}

#screenshots {
    position:absolute;
    left:0%;
    top:3%;
}
.screenshot {
    padding:10px;
}

#menu_up {
    position:absolute;
    left:3%;
    bottom:20%;
}

.pagetext {
    position:absolute;
    left:5%;
    top:10%;
}

