@charset "utf-8";
/* CSS Document */

body {background-color: #ccc;
	  margin-left: 0px;
	  margin-top: 0px;
	  margin-right: 0px;
	  margin-bottom: 0px;
}

#container {width:100%;
            margin:auto;
			text-align:center;
}

#head {width:100%;
       height:100px;
}
		   
#content {
}

#foot {width:100%;
       height:70px;
}
