In the css/layout.css file at the very beginning, change that huge top border on the body to a margin:
Code:
/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */
body {
background: transparent;/*#eee*/
margin-top: 130px; /* was border-top: 130px solid #FFFFFF; */
border-bottom:200px; /*#ed1c24;*/
color: #333;
font-size: 12px;
/*padding: 0 0 40px;*/
}
/* anchors
----------------------------------------------- */
a {
color:#009 . . .
Bookmarks