--- /dev/null
+#page, #footer{
+ /* Center the page and footer, just like the header */
+ width:1024px;
+ margin-right: auto;
+ margin-left: auto;
+}
+
+.worldmap {
+ /* End up under the menu bar */
+ clear:both;
+ float:left;
+ width:694px;
+ height:464px;
+ margin-top:10px;
+}
+
+/* Container for mapdetail and info*/
+.ChangableContent {
+}
+
+/* Don't let the p tags moin generates influence the positioning */
+.closeup p, .summary p {
+ margin: 0;
+}
+
+.closeup, .summary {
+ float: left;
+ margin-top:30px;
+ width:285px;
+ margin-left:10px;
+}
+
+/* Window with map detail */
+.closeup {
+ width:280px;
+ height:239px;
+ border:3px double #cc8900;
+ background-repeat:no-repeat;
+ background-color:#5a1800;
+}
+/* Window with textual info */
+.summary {
+ width:280px;
+ height:120px;
+ overflow:hidden;
+ border:3px double #cc8900;
+}
+.closeup div, .summary div {
+ display: none;
+ width:100%;
+ height:100%;
+ overflow:hidden;
+}
+
+.closeup div.selected, .summary div.selected {
+ display: block;
+}