.home #content {
margin:0;
background:url(../images/road.jpg) no-repeat;
padding-top: 210px;
float:none;
width:100%;
}




.home #content.altbg {
margin:0;
background:url(../images/2road.jpg) no-repeat;
padding-top: 210px;
float:none;
width:100%;
}



.home #content #welcome {
background:#eee;
width:520px;
float:left;
min-height:190px;
padding-left: 16px;
padding-right:16px;
}

.home #content #project {
width:230px;
background:#eee;
float:right;
min-height:190px;
padding-left:10px;
}


.home h2 {
font-size:22px;
}

.home #welcome h2 {
margin:14px 0 0 0 ;
}

.home #project h2 {
margin:6px 0 5px 0;
}

.home #project img {
display:block;
}
