#container {
background: url("http://i146.photobucket.com/albums/r264/StevieHype/StevehPort.png") no-repeat;
width: 1350px;
min-height: 810px;
}
#content {
margin-left: 260px;
width: 670px;
}
.sidebar {
width: 400px;
}
For another variation, try
#container {
background: url("http://i146.photobucket.com/albums/r264/StevieHype/StevehPort.png") 0px 10px no-repeat;
width: 1050px;
min-height: 810px;
}
#content {
margin-left: 250px;
}



