@charset "utf-8";
/* CSS Document */
div#global {
	width:600px; margin:0 auto;
	padding: 0px 0px;
	border-style:solid;
	border-width:5px;
	border-color:#CCCCCC;
	text-align:left;
	}
div#header {
	width:590px;
	height:40px;
	padding:5px;
	background-color:#FFFFFF;
	}
div#content1 {
	float:left;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height:200px;
	background-color:#FFFFFF;
	}
div#content2 {
	float:left;
	width:300px;
	height:200px;
	background-color:#FFFFFF;
	}
div#footer {
	clear:both;
	width:590px;
	height:20px;
	padding:5px;
	text-align:center;
	background-color:#FFFFFF;
	}