OH! I think i did it by adding (bottom: -100%) to the code.
Here's the templates code:
/*
* Sidebar!
*/
#text #sidebar {
background: url(images/text-top.jpg) top right no-repeat;
position: absolute;
left: 50%;
bottom: -100%
margin-left: 175px;
padding: 10px 20px 0 10px;
width: 155px;
}
/* Headers */
#text #sidebar h1 {
font-size: 1px;
margin: 0;
padding: 0;
visibility: hidden;
}
#text #sidebar h2 {
color: #323C3C;
font-weight: normal;
margin: 33px 0 0;
}
/* Lists */
#text #sidebar ul, #text #sidebar ul ul {
list-style-type: none;
margin: 0;
padding: 0 0 0 1em;
}
#text #sidebar li {
list-style-type: none;
}
.widget_search {
margin-top: 33px;
}