
#centerpanel {

background: url(/images/backgrounds/the-design-room.jpg) no-repeat;

}

#content {

margin-top:70px;
padding-left:20px;
width:600px;

}

.news_button {

width:485px;
height:121px;
position:relative;


}


.news_button div {

position:absolute;
top:20px;
left:45px;
width:420px;
z-index:0;

}

.news_button h2, .news_button p {

margin:0;
padding:0;
font-size:16px;
color:#3cf;

}

.news_button p {

font-size:12px;
margin:5px 0;
color:#333;

}

.news_button img {

border:0;
position:absolute;
z-index:1;

}

#content h1 {

color:#3cf;
font-size:18px;
margin:0 0;
padding:0;

}

#content p {

margin:10px 0;

}

#content a {

font-size:12px;
color:#333;
text-decoration:underline;

}

#content a:hover {

color:#f00;

}

