html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #959595;
}
#div_logo {
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 117px;
	width: 231px;
	background-color: #949494;
}
.hiddenImage {
	display: none;
}
