body {
	background: transparent;
	text-align: center;
}
#main_box {
    height: 500px;
    background: url("../img/borders/dot.png") repeat-x scroll center 60px #FEF7D4;
	margin: 0 auto;
	float: none;
	margin-top: 10px;
}

#maintext {
    width: 489px;
    height: 147px;
    margin: 0 auto;
    position: relative;
    background: url(../img/500-text.png) no-repeat;
    text-indent: -9999px;
    top:  33px;
}

#subtext {
    position: absolute;
    top: 291px;
    left: 320px;
}

#bottomImage {
    position: absolute;
    bottom: 33px;
    left: 270px;
    text-indent: -9999px;
    background: url(../img/image-and-banner.png) no-repeat;
    display: block;
    width: 349px;
    height: 128px;
}

.line_big {
	text-indent: -99999px;
}