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

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url('/img/body-bg.png') repeat-x center top;
}

img {
	border: 0px;
}

#site {
	width: 1000px;
	margin: auto;
}
