#logo {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background: #000000 url(images/home/img01.jpg) no-repeat;
}

#content {
	float: left;
	width: 480px;
	padding: 20px;
	background: url(images/home/img02.jpg) no-repeat;
}

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	background: url(images/home/img03.jpg) no-repeat;
}