@charset "utf-8";
/* CSS Document */

#box {
width:880px;
height:auto;
margin: 0 auto auto;
}

#top {
	width:880px;
	height:446px;
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
}

#bottom {
	width:880px;
	height:176px;
    background-image: url(../images/bg-bottom.jpg);
	background-repeat: no-repeat;
}

.counter {
    margin-left: 260px;
}
