* {
	margin: 0;
	padding: 0;
}
img{border:none;}
body {
	text-align: center;
	background-color: #F6F7F7;
}

body div {
	text-align: left;
	margin: 0 auto;
}
#headder {
	width: 900px;
	height: 122px;
	background-image: url(img/title.jpg);
	background-repeat: no-repeat;
}
div.title {
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	width: 140px;
	height: 17px;
}

#container {
	width: 900px;
}
#main {
	background-repeat:no-repeat;
	width: 900px;
	float: left;
	background-color: #ffffff;
}
