Code not working!

yes my codes arent working every time i try it it bumps the button way down plz help here is the codes im useing.

HTML code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<link href="../../unavailable.html" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="wrapper">
<div id="banner">
<img src="../../unavailable.html" />
</div>
<div id="l_pannel">
<a href="http://www.gfxrequest.cjb.net">
<button class="button">
Fourms
</button>
</a>
<button class="button">
Friends
</button>
<button class="button">
Advertisements
</button>
</div>
<div id="r_pannel">
<textarea id="r_pannel" readonly="readonly">
Updates
high and welcome to Gfx Request here is ware you can read about Updates and is also ware the SOTW will go and if you would like to advertise just ask me and i will code it in dreamweaver!
</textarea>
<img src="../../unavailable.html" />
<textarea id="r_pannel" readonly="readonly">
This is were this SOTW will go to thoes lucky people who win!
</textarea>
</div>
</div>
</body>
</html>

heres the css code

/* CSS Document */


body {
vertical-align:top;
margin:0;
text-align:center;
line-height:100;
background:#990000
}

/*feed internet explorer*/

* html body{
height:100px;
text-align:center;
}

/*layout obyjects*/

#wrapper {
text-align:center;
width:800px;
margin:0px auto 0px auto;
position:relative;
}

#banner {
width:800px;
height:100px;
background:#666666
}

#l_pannel {
float:left;
width:200px;
text-align:left;
background:#999999
}

#r_pannel {
float:right;
width:600px;
background:#CCCCCC
}

.button {
width:100px;
height:30px;
}

and the buttons are usualy all together but when i add the

then the other code then the it bumps it way down! plz help

#442442

try this.

/* CSS Document */

body {

vertical-align:top;

margin:0;

text-align:center;

line-height:100;

background:#990000

}

/*feed internet explorer*/

* html body{

height:100px;

text-align:center;

}

/*layout obyjects*/

#wrapper {

text-align:center;

width:800px;

margin:0px auto 0px auto;

position:relative;

}

#banner {

width:800px;

height:100px;

background:#666666

}

#l_pannel {

float:left;

width:200px;

text-align:left;

background:#999999

}

#r_pannel {

float:right;

width:595px;

max-width:600px;

background:#CCCCCC

}

.button {

width:100px;

}

#442444