4ed1cd3cf9fae9dbb1f85a50f8527637d6d5d741
[living-lab-site.git] / stylesheets / default.css
1 body
2
3         font-size: 13px;
4 }
5
6 #header
7 {
8         clear: both;
9 }
10
11 #body
12 {
13         position: relative;
14 }
15
16 #content
17 {
18         float: left;
19         width: 640px;
20         padding: 12px;
21         outline: 1px solid gray; /*TODO*/
22 }
23
24 #footer
25 {
26         clear: both;
27 }