#content {
	width: 380px;
	height: 290px;
	left: 360px;
	top: 200px;
}

#leftcol {
	width: 300px;
	height: 450px;
	position: absolute;
	top: 200px;
	left: 50px;
}

#rightcol {
	width: 90px;
	height: 450px;
	position: absolute;
	right: 35px;
	top: 200px;
	background: transparent;
}

#rightcol img {
	display: block;
	margin: 0;
	padding: 0;
}

#bottombox {
	left: 360px;
	top: 500px;
}