@charset "utf-8";

@import url("row.css");
@import url("../ui/grey-pannel.css");
@import url("../ui/grey-box.css");

/* CSS Document */
#band {
	margin: 1em 2.5em;
	padding:0;
}

#band .grey-box {
	width: 73%; 
	margin: 0 auto
}


