body {
	background-color: #111111;
	color: #ffffff;
	font-family: Verdana;
	margin: 0;
	padding: 0;
	
}

html {
	margin: 0;
	padding: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

a {
	color: #ffffff;
	text-decoration: none;
}

#contact {
	width: 400px;
	height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	top: 50%;
	text-align: center;
}

#instructions {
	width: 400px;
	height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	top: 50%;
	text-align: center;
}

h1 {
	font-weight: normal;
}

#photo-holder {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -329px;
	height: 658px;
	width: 100%; //980px;
	background-color: #111111;
	
}

#left-side {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

#right-side {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 50%;
}


img {
}
