#space {
position: relative;
height: 30px;
}

#downs {
position: relative;
width: 630px;
height: 400px;
background: url('images/gray_bg.jpg') no-repeat;
float: right;
}

#pad {
padding: 20px;
}

#downs a {
font-weight: bold;
}

#downs a:hover {
text-decoration: underline;
}
