html,body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}

body {
font-family: Trebuchet MS, Helvetica, sans-serif;
text-align: center;
color: rgb(77,77,77);
background: white;
}

/*Container*/

#container {
width: 350px;
text-align: left;
margin: 0px auto;
}

/*Logo*/

#logo {
margin-top: 110px;
}

/*Generici*/

img {
border: 0px;
}

a {
outline: none;
}

p {
font-size: 14px;
line-height: 22px;
font-style: italic;
text-align: center;
margin: 30px 0px 0px 0px;
padding: 0px;
}