/* This is not a good place for a stylesheet! */
body.contents {
background-image: url('backgrounds/gpl.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
}

div.frame {
border-style: solid;
margin: 4px;
width: 360px;
height: 360px;
float: left;
background-color: white;
}

div.menu {
border-style: solid;
margin: 8px;
padding: 10px;
background-color: grey;
}

img.menu {
border-style: none;
float: left;
margin: 4px;
}

div.contents {
border-style: solid;
padding: 10px;
width: 260px;
background-color: white;
}