body {
    background-color: #efefef;
   /* background-image:url(../images/bg.jpg);*/
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #656565;
    font-family: Tahoma,sans-serif;
    font-size: 13px;
    height: 367px;
}
h2 {
    font-size: 1.8em;
    line-height: 1;
    margin-bottom: 20px;
    padding-top: 27px;
    text-align: center;
}
h3 {
    font-size: 1.1em;
}
.container {
    background-image:url(../images/bg_center.png);
    background-repeat: no-repeat;
    height: 420px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    width: 740px;
    z-index: 3;
}
.push {
	height:150px;
	width:100%;
}
.content {
    display: block;
    margin: 0 auto;
	text-align:center;
}
