@charset "UTF-8";
/* center all */

#container {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

