IMG.displayed{
    display: block;
    margin-left: auto;
    margin-right: auto 
}

DIV.container {
    top: 0; left: 0; width: 100%; height: 100%;
    position: fixed; display: table}
p{
    display: table-cell;
    vertical-align: middle }

#bottom{
	position: fixed;
	bottom: 0px;
	right: 0px;
}