#indexContent {
	position: absolute;
	left: 0%;
	top: 175px;
	height: 300px;
	width: 450px;
	margin:10px 10px 10px 10px;
}
#image {
	position: absolute;
	left: 645px;
	top: 300px;
	height: 159px;
	width: 300px;
	background-image:url(../gfx/index.jpg);
	background-repeat:no-repeat;
}
