@charset "ISO-8859-1";
body {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.bg {
	border: 1px solid #260900;
}
.bg .top {
	background-image: url(../images/shared/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	padding: 0px;
}
.bg .middle {
	background-image: url(../images/shared/bg_02.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.bg  .bottom {
	background-image: url(../images/shared/bg_04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 74px;
}
.content {
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -190px;
	width: 350px;
	padding: 10px;
}
.leftSide {
	position: absolute;
	width: 150px;
	left: 50%;
	top: 375px;
	margin-left: -340px;
}
.rightSide {
	position: absolute;
	width: 150px;
	left: 50%;
	top: 125px;
	margin-left: 188px;
}

