* {
padding:0px;
margin:0px;
}
img {
border: 0px;
}

body {
background: #000000 url("bg.jpg") repeat-y center;
font-family: Arial,sans-serif;
color:#ccc;
}

a {
color: yellow;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#wrapper {
width:1044px;
margin:0 auto;
padding-bottom: 40px;
}

#bottombar {
height:38px;
background: #ffffff;
bottom:0px;
position:fixed;
width:100%;
color:#333;
}
#bottombar .icons {
width:1043px;
margin:0 auto;
position:relative;
}
#bottombar .text {
position:absolute;
right:0px;
top:12px;
font-size: 10px;
}
#bottombar .twitter div {
padding:5px;
padding-left: 55px;
background: url('baabanews.jpg') no-repeat 10px 5px;
height:inherit;
display: table-cell;
vertical-align: middle;
}
#bottombar .twitter {
background:#d9d9d9;
font-size: 12px;
position:absolute;
top:0px;
left:260px;
width:630px;
height: 38px;
}

#bottombar a {
color:black;
text-decoration: none;
}
#bottombar a:hover {
text-decoration: underline;
}
td b {
color:yellow;
font-weight: normal;
}
td {
padding-bottom: 15px;
font-size: 13px;
}
input {
}