body {background-color: crimson; background-image: url("red-leather.jpg");}

.sidebar  {background: black;  position: absolute;  text-align: center;  left: 5%; top: 15%;  width: 300px;  padding: 10px;}

.box2 {background: goldenrod; position: absolute; right: 10%; text-align: center;  width: 60%;padding: 10px;  margin: auto;}

.box3 {background-color: bisque; color: black; position: absolute; bottom: 5%; left: 5%; width:300px; padding: 10px; border-left-style: solid; border-bottom-style: solid; border-color: goldenrod; border-width: 5px;}

h2 {background-color: maroon; padding: 5px; color: black;}

table {background-color: bisque; text-align: center; width: 100%; color: black; border-style: solid; border-color: goldenrod;}

td {color: black; border-style: solid; border-color: goldenrod; padding: 3px;}

p {background: bisque; margin: 2px;}

a {color: goldenrod;}

li {background-color: maroon}

.sidespriter {  position: fixed;  bottom: 0;  right: 10px;  text-align: right;}