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

body{ background:#666;}
p{margin:0px; padding:0px;}
/*#wrapper{
	
	width:820px;
	border:1px red dotted;
	padding-bottom:10px;
	margin-left:auto;
	margin-right: auto;
}
#top{
	margin:0px;
	padding: 0px;
	background:#ccc;
	height:5px;
}
#left{
	float:left;
	margin-left:20px;
	top:160px;
	width:40px;
	float:left;
}*/
#center{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;

	width:650px;
	height:auto;
	border:1px solid #222;
}
/*
#right{
	margin-right:20px;/*left:80%; or right:20%
	top:160px;
	width: 40px;
	float:left;
}
#footer{margin:20px; clear:both; width:auto; height:5px;}
*/
