.box_t, .box_b, .box_l, .box_r, .box_lt, .box_lb, .box_rt, .box_rb {
	position: absolute;
	margin: 0;
	padding: 0;
}

.box_lt, .box_rt, .box_lb, .box_rb {
	width: 25px;
	height: 25px;
}

.box_t, .box_lt, .box_rt {
	top: 0px;
}

.box_b, .box_lb, .box_rb {
	bottom: 0px;
}

.box_l, .box_lt, .box_lb {
	left: 0px;
}

.box_r, .box_rt, .box_rb {
	right: 0px;
}

.box_t, .box_b {
	left: 25px;
	right: 25px;
	height: 12.5px;
	line-height: 12.5px;
}

.box_l, .box_r {
	top: 25px;
	bottom: 25px;
	width: 25px;
}

.box_t {
	background: url(images/box_t.png) left top repeat-x;
}

.box_r {
	background: url(images/box_r.gif) right top repeat-y;
}

.box_b {
	background: url(images/box_b.gif) left bottom repeat-x;
}

.box_l {
	background: url(images/box_l.gif) left top repeat-y;
}

.box_lt {
	background: url(images/box_lt.png) left top no-repeat;
}

.box_rt {
	background: url(images/box_rt.png) right top no-repeat;
}

.box_rb {
	background: url(images/box_rb.png) right bottom no-repeat;
}

.box_lb {
	background: url(images/box_lb.png) left bottom no-repeat;
}

.wrapper_box_landing, .wrapper_box {
	width:400px;
	height:auto;
	background-color:white;
	padding:25px;
}
.wrapper_box_landing {
	height:36em;
}
.box_splash {
	margin-right:35px;
}
.box_home {
	width:890px;
}
