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

.upperleft{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	background-color : #ffcc99;
	background-image : url('upperleft.gif');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright{
	background-image : url('upperright.gif');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft{
	background-image : url('lowerleft.gif');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright{
	background-image : url('lowerright.gif');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 0% 0% 0% 0%;
}

.noleft{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	background-color : #e7c67a;
	background-repeat : no-repeat;
	background-position : top left;
}

.noleftup{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url(noleft.jpg);
}
.noleftlow {
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	background-repeat : no-repeat;
	background-position : bottom left;
	background-image : url(noleft.jpg);
}
