* {
    box-sizing: border-box;
}

body {
		background-color: #DDDDDD; font-family: arial, helvetica, sans-serif; text-align: center;
				}

.medright {
float:right;
width:300px;
height:195px;
margin:10px;
}
#floor{
					width: 95%; height: auto; margin:10px; background-color: #DDDDDD; color: #000000; text-align: left; padding: 10px; border: 5px double #C0C0C0;
				}