/* CSS Document */
body {
	background-color: #777777;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.gif);
}
#contener {
	text-align: left;
	height: 100%;
	width: 100%;
}
.box {
	background-color: #FFFFFF;
	height: 29px;
	width: 400px;
	text-align: right;
}
.boxtop {
	height: 14px;
	width: 400px;
	background-image: url(img/top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 80px;
}
.boxbottom {
	height: 14px;
	width: 400px;
	background-image: url(img/bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}
