@charset "utf-8";
/* CSS Document */

#content {
	min-width:600px;
	min-height:600px;
	max-width:600px;
	max-height:600px;
	}

#r0 {
	width:600px;
	height:50px;
	background-color:#CC9966;
	}
	
#r1 {
	width:600px;
	height:50px;
	background-color:#FFF;
	}

#header_row {
	width:600px;
	height:50px;
	background-color:#79855C;
	}