@font-face {
    font-family: 'AkzidGroProMedCndIta';
    src: url('fonts/AkzidGroProMedCndIta') format('opentype'),
    font-weight: normal;
    font-style: normal;

}
h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #999;
	font-style: normal;
	text-align: center;
}
.container .content table {
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}
.container,body, html {
    width: 100%;
    height: 100%;
    margin:0px;
}
.footer {
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30%;
	color: #FFF;
	right: 20px;
	bottom: 10px;
	clip: rect(auto,auto,50px,auto);
}
.header {
	position: relative;
	z-index: auto;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 100%;
	top: 10px;
	text-align: right;
	right: 30px;
}
.content {
	max-width: 920px;
	width: 90%;
	/*border: 1px solid #000;*/
    margin-left:auto;
	margin-right:auto;
	margin-top: 1%;
	padding-bottom: 0px;
}
ul.buttons {
    position: fixed;
    right: 0px;
    width: 20px;
    top: 0px;
    height: 100%;
    z-index: 1;
    list-style: none;
    margin: 0px;
}
ul.buttons li.button {
}
@media screen and (min-width: 920px) {
    .content img {
        width: 100%;
    }
	
}
@media screen and (max-width: 919px) and (min-width: 480px) {
    .content img {
        width: 55%;
    }
	
}
@media screen and (max-width: 479px) {
    .content img {
        width: 25%;
    }
	
}
