/* COMMON */

*{margin:0;padding:0;}

body {font-size:62.5%; background-color:black; font-family: Helvetica, Arial; color:white; line-height: 1.4em}
ul,ol {list-style:none;}
a {color:#A994B4;}
h1{font-size: 3em; font-weight:normal; color:white}
h2{font-size: 1.5em}
p{font-size: 1.2em; line-height: 1.4em}

/* MENU */

#shop {position: fixed; top: 25px; left: 25px; z-index: 101}
#editions {position: fixed; top: 25px; left: 785px; z-index: 102}

/* LAYOUT */

#content{margin-left: 25px; margin-right: 25px; margin-top: 60px; margin-bottom: 100px;}