body
{
	background-color: rgb(255, 255, 255);
	background-image: url('MacBook.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

img.banner
{
	width: 300px;
	height: auto;
	position: absolute;
	margin-top: -66px;
	margin-left: -150px
}

div.spotlight
{
	border-radius: 50%;
	background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0) 50%);
	z-index: -1;
	width: 750px;
	height: 750px;
	position: absolute;
	margin-top: -375px;
	margin-left: -375px
}

.centerLeft
{
	top: 50%;
	left: 25%;
}
