.index{
	height: 100%;
	width: 100%;
}
.header{
	background-color: #608dac;
}
.header .pageTitle{
	display: none !important;
}
.header .button:hover{
	background-color: rgba(0, 0, 0, 0.15) !important;
}
.header .button.frontEnd span{
	opacity: 1;
}
.footer{
	display: none;
}

.body{
	padding: 0px;
	min-height: 100%;
	height: auto;
}
.body .wrapper{
	width: 100%;
	padding: 0;
	margin: 0;
}
.rect .button{
	background-color: transparent;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 5px;
}
.rect .button:hover{
	background-color: #fff;
	color: #000;
	cursor: pointer;
}
.salePanel{
	width: 800px;
	margin: auto;
	padding-top: 130px;
	padding-bottom: 150px;
}
.salePanel .highlights{
	color: #fff;
	font-size: 20px;
}
.salePanel .highlight{
	margin-bottom: 10px;
	list-style: none;
	display: list-item;
}
.salePanel .bigHighlight{
	font-size: 36px;
	margin-bottom: 50px;
}
.salePanel .button{
	margin-top: 50px;
}

.body, .index, .fullscreen{
	height: 100%;
}
body, .body, .index, .fullscreen{
	min-height: 100%;
}
.index .fullscreen{
	text-align: center;
	background-color: #608dac;
}