
.toto {
        max-width:100%;
        height: auto;
        width: 100%;
        width: auto\9;  /* ie8 */
 
    }

@media only screen and (min-width: 768px){
    .toto {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 768px;
        height: auto;
    }
}



body {
    max-width:100%;
    height: auto;
    width: 100%;
    width: auto\9; /* ie8 */
	font-family: 'Verdana', sans-serif;
    color: #fff;
	font-weight: 400;
	background: #202020;
	-webkit-font-smoothing: antialiased;
	box-shadow: inset 0 0 18.75em rgba(0,0,0,.5); /* 300 */
}

/* unvisited link */
a:link {
    color: indianred;
}

/* visited link */
a:visited {
    color: brown;
}

/* mouse over link */
a:hover {
    color: rosybrown;
}

/* selected link */
a:active {
    color: blue;
}




