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

body {
	padding: 0;
	margin: 0;
	background-image: url(style/bg.jpg);
	background-repeat: repeat-x;
}

#container {
	margin: 0 auto;
	width: 950px;
	position: relative;
	top: 50px;
}

