body {
	width: 100%;
	margin: 0;
	padding-bottom: 0px;
	overflow: hidden;
}

img {
	border: none;
   	width: 50%; 
}


#background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#content {
	position: relative;
	z-index: 2;
}

#centercolumn {
	text-align: center;
		width: 82%;

}

