@charset "utf-8";
/* CSS Document */

body {
	color: #231f20;
	background-color: #fed997;
	font-family: Tahoma, Arial, "Arial Black", "Times New Roman", sans-serif;
	font-size: 13px;
	margin: 0;
}

.container{
	width:100%;
	background-image:url(loop.png);
	background-repeat:repeat-x;
	min-height: 188px;
	position:relative;
}
.bottom {
	position:relative;
	height: 75px;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	width: 600px;
	}
.left {
	float:left;
	top: 0px;
	background-image: url(left.png);
	background-repeat: no-repeat;
	height: 663px;
	width: 65px;
	}
.right {
	float:left;
	top: 0px;
	height: 663px;
	background-image: url(right.png);
	background-repeat: no-repeat;
	width: 88px;
	margin-right: 0px;
	}
.top {
	float:left;
	top: 0px;
	background-repeat: no-repeat;
	height: 188px;
	background-image: url(top.png);
	width: 600px;
	}

