Sometimes its the little things..
[qzeecontrol] / www / style.css
1 div.top {
2                 position: absolute;
3                 left: 20px;
4                 top: 20px;
5                 height: 330px;
6                 right: 30px;
7                 background-color: #efefef;
8                 vertical-align: middle;
9                 text-align: center;
10 }
11 div.cont {
12                 position: absolute;
13                 left: 20px;
14                 top: 370px;
15                 right: 30px;
16                 background-color: #efefef;
17 }
18
19 img {
20                 border-width: 0px;
21 }
22
23 body {
24                 font-family: Arial, sans-serif;
25 }
26
27 a:link { 
28                 text-decoration: none; 
29                 color: #558eec; 
30 }
31 a:visited { 
32                 text-decoration: none; 
33                 color: #456aa2; 
34 }
35
36 h2.release {
37                 text-align: center;
38 }
39
40 td {
41   text-align: center;
42 }