html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
#logo {
	margin-bottom: 10px;
}
#peopleHolder {
	height: 298px;
}
#people {
	position:relative;
	left: 50%;
	margin-left: -432px;
	width: 864px;
}
#person {
	float: left;
	width: 192px;
	height: 298px;
	margin-left: 48px;
	margin-right: 48px;
}
#seperator {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0a7ae;
}
#textsHolder {
	height: 60px;
}
#texts {
	position:relative;
	left: 50%;
	margin-left: -432px;
	width: 864px;
}
#text {
	float: left;
	width: 192px;
	height: 60px;
	margin-left: 48px;
	margin-right: 48px;
}
#cards {
	margin: 20px;
	padding: 20px;
}
#mask {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	width:100%;
	height:100%;
	display: none;
	z-index: 1;
}
#window {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -240px;
	margin-left: -320px;
	width:640px;
	height:480px;
	display: none;
	z-index: 2;
}