body{background:#111;text-align:center;img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
}
.container{width:1000px;margin:0 auto;}
.block{float:left;}
.block:after{clear:left;}
.page{width:100%;height:auto;
        margin:0 auto;
        border-radius:20px;
        border-top: 5px groove blue;}
.menu{width:100%;height:auto;
        margin:0 auto;
        border-radius:20px;
        border-top: 5px groove green;}
.piedepage{width:100%;height:auto;
        margin:0 auto;
        border-radius:20px;
        border-top: 3px groove yellow;}

a img
{
border: none;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 999px) {
	.container{width:95%;}
	.menu{width:100%;}
	.page{width:100%;}
	.piedepage{width:100%;}
}
