diff -r d034cd77cfa6 -r 10a488a6fbba templates/base.html --- a/templates/base.html Tue Mar 02 14:46:05 2010 +0530 +++ b/templates/base.html Tue Mar 02 14:51:59 2010 +0530 @@ -21,9 +21,10 @@ } #header { margin: 0px; - padding: 0px; - height: 100px; + padding: 5px 0px 5px 0px; + height: auto; width: auto; + text-align: center; background-color: #f1f1f1; } #container {