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

body {
	margin-left:auto;
	margin-right:auto;
}
#main {	width:1000px; height:auto; margin:0 auto;}
#header{ width:1000px; height:auto; float:left;}
#content { width:1000px; height:auto; float:left;}
#footer { width:1000px; height:20px; margin-top:5px; float:left;}

