.center {
	text-align: center;
}
#LeftSide {
	background-color: #4f81bd;
	box-shadow: 4px 4px 2px #888888;
	position: absolute;
	top: 100px;
	left: 20px;
	width: 600px;
	height: 800px;
}
#Title {
	position: relative;
	top: 25px;
	//left: 75px;
	color: #F4DEB9;
	font-family: arial;
	font-size: 40px;
	//text-shadow: 0px 0px 4px rgba(255,00,00,.7);
	text-shadow:
		-1px -1px 0 #e7852e,
		1px -1px 0 #e7852e,
		-1px 1px 0 #e7852e,
		1px 1px 0 #e7852e;
}
#Message1 {
	font-family: arial;
	font-size: 20px;
	position: relative;
	top: 55px;
	color: #fbd4b4;
}
#BulletHead {
	position: relative;
	top: 75px;
	font-family: arial;
	font-size: 17px;
}
#Bullets {
	position: relative;
	top: 85px;
	left: 160px;
	font-family: arial;
	font-size: 17px;
	width: 400px;
}
#DTInfo {
	position: relative;
	top: 385px;
	left: 200px;
	font-family: arial;
	font-size: 20px;
	//width: 400px;
	color: #fbd4b4;
}
.link {
	text-decoration: none;
	font-family: arial;
	font-size: 20px;
	//width: 400px;
	color: #fbd4b4;
}
.link:hover {
	color: #F4DEB9;
	font-family: arial;
	//font-size: 40px;
	//text-shadow: 0px 0px 4px rgba(255,00,00,.7);
	text-shadow:
		-1px -1px 0 #e7852e,
		1px -1px 0 #e7852e,
		-1px 1px 0 #e7852e,
		1px 1px 0 #e7852e;
}
.BinaryImage {
	height: 820px;
}	
#RightSide {
	position: absolute;
	top: 60px;
	left: 650px;
	box-shadow: 4px 4px 2px #888888;
}		
		
		
		