@charset "utf-8";
/* CSS Document */

.mainpage{width:600px;
		height:auto;
		background:#CCCCCC;
		}
		
.header{width:600px;
		height:150px;
		background:#CC9900;
		}
		
.buttons{width:600px;
		height:50px;
		background-color:#00FFFF;
		}
		
.page{width:600px;
	height:600px;
	background:#FFCC99;
	}
	
.footer{width:600px;
		height:50px;
		background:#FF9900;
		}.mainpage .page #apDiv1 {
	position: fixed;
}
