/* CSS Document */

.box {
width: 20em;

background: #FF0000 url(../images/mountain_bottom_left.gif) no-repeat left bottom;
}

.box-outer {
background: url(../images/mountain_bottom_right.gif) no-repeat right bottom;
padding-bottom: 5%;
}

.box-inner {
background: url(../images/mountain_top_left.gif) no-repeat left top;
}

.box h2 {
background: url(../images/mountain_top_right.gif) no-repeat right top;
padding-top: 5%;
}

.box h2, .box p {
padding-left: 5%;
padding-right: 5%;
}