body {
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
#buttonDiv {
	position:absolute;
	width:123px;
	height:37px;
	background-color:#FFF;
	border:1px none #000000;
	z-index:4;
	left: 45%;
	top: 425px;
	cursor: pointer;
}
#timeDiv {
	position:absolute;
	width:398px;
	height:50px;
	background-color:#FFF;
	border:1px none #000000;
	z-index:5;
	left: 10%;
	top: 42px;
}
