body {
width: 60%;
min-width: 160px;
margin:50px auto;
border: 1px solid gray;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
background-color:white;
padding:1em;
font-size: 63.33%;
font-family: Arial, Verdana;
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
img {
float:right;
}

header, #header {
min-height: 115px;
}

h3 {
clear:both;
}

ul, li {
display:inline;
padding:0;
margin:0;
}
li:after {
content: ",";
}
li:last-child:after {
content: "";
}
ul:after {
content: " ";
}
