html, body {
background-color:A0A0A0;
background-image:url('bg.png');
background-repeat: repeat;
}

.wrapper {
width:100%;
max-width:1006px;
background-color:A0A0A0;
margin:auto;
}

img.logo {
max-width:100%
height: auto;
margin-bottom: -70px;
}

img.picture {
width:215px;
height:auto;
float:left;
margin:fixed;
margin-left:100px;
}

h2 {
color:#ffffff;
}

#contact_form {
margin-left:500px;
position:absolute;
display:block;
width:687px;
max-width:91%;
}

textarea, #ff label {
cursor:pointer;
margin:4px 0;
color:#ffffff;
}

textarea, input, input[placeholder], [placeholder], *[placeholder] {
display:block;
font-size:17px;
font-family:Arial;
width:400px;
max-width:100%;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
background-color:#A0A0A0;
color:#ffffff !important;
border:1px solid #ffffff;
padding:5px;
margin-bottom:10px;
}

.btn {
width:412px;
font-family:Arial;
color:#ffffff;
display:block;
margin-left:0px;
margin-right:auto;
font-size:20px;
background:#3e4755;
padding:10px 20px 10px 20px;
border:0;
text-decoration:none;
}

.btn:hover {
background: #495465;
text-decoration: none;
}


@media screen and (max-width: 480px) {

img.picture { display: none; }
}