Initial import of eatslugs code...
[eatslugs.git] / media / style / main.css
1 body {
2     background: white;
3     color: black;
4     font-family: arial, helvetica, sans-serif;
5 }
6
7 #page {
8     position: relative;
9     width: 98%;
10 }
11
12 #websitetitle img.logoleft {
13     float: left;
14 }
15
16 #websitetitle img.logoright {
17     float: right;
18 }
19
20 #websitetitle p.title {
21     font-size: 240%;
22     vertical-align: middle;
23     text-align: center;
24     padding-left: 1em;
25     padding-right: 1em;
26 }
27
28 #content {
29     clear: both;
30     width: 100%;
31 }