text changes to registration mail content
[namibia] / public / css / app / home.css
1 .landingBg {
2         background:url("/images/bg-glow.jpg") no-repeat scroll 48% 0 #000000;
3         margin-left:-14px;
4         padding: 100px 14px 0;
5         width:100%;
6         position:absolute;
7         top:0px;
8         left:0;
9         height:800px;
10 }
11 .black {
12         background:#000;
13 }
14 #home {
15         width:100%;
16         margin:0 auto;
17 }
18 .newHr {
19         background:url("/images/line.png") no-repeat scroll 0 0 #000000;
20         display:block;
21         width:100%;
22         height:2px;
23         margin-top:17px;
24 }