@charset "UTF-8";
body {
    background: #eee;
    font-family: Verdana, Geneva, sans-serif;
    font-size:14px;
}
header {
    width: 300px;
 /**   margin-left: -10px;
    margin-top: -10px;
	**/
}
section.container {
    background: fff;
    width: 300px;
    margin: auto;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0px 0px 10px #888;
}
section.body {
   /** margin-top:10px;
   **/
}

img {
    border-radius: 8px 8px 8px 8px;
}