html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg-pattern.png);
	height: 100%;
}

.div-top {
	height: 340px;
	background-image: url(../images/bg-white.png);
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
}

.div-logo {
	background-image: url(../images/logo-text.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
	height: 100%;
	position: absolute;
	width: 100%;
	cursor: pointer;
}

