* {
	width: 100%; height: 100%;
	margin: 0px;
}
#wrapper {
	width: 800px;
	padding-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #footer {
	width: 800px;
	background-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	text-indent: 0px;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 71px;
}
#wrapper #footer #alarm {
	float: right;
	width: 61px;
	left: 748px;
	top: 10px;
	position: absolute;
	height: 61px;
}
#wrapper #flash_holder {
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
}

