body {
	background-color: #ebebeb;
}

#logo {
	position: fixed;
	bottom: 10%;
	left: 5%;
	padding: 10px;
	background-color: #fff;	
	z-index: 10;
	border-radius: 10px;
	width: 10%
}
	
#page-controls {
	position: fixed;
	bottom: 10%;
	right: 5%;
	padding: 10px;
	background-color: #1a1a1a;
	color: #fff;
	z-index: 10;
	border-radius: 10px;
}

#page-controls ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#page-controls li {
	padding: 20px;
	background-color: #666;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
}

#sortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

#sortable li, li.sortable-header, li.sortable-header, li.sortable-footer  { 
	float: left; 
	width: 33.3333333%; 
	height: 20%; 
	text-align: center;
	position: relative;
}

#sortable li {
	min-height: 350px;
	background-color: #fff !important;
}

li#14, li#15, li#16, li#17, li#18, li#19, li#20, li#21, li#22, li#23, li#24, li#25, li#26, li#27, li#28, li#29, li#30, li#31 {
	display: none;
}

li.sortable-header {
	width: 66.6666666% !important;
	margin: 0;
}

li.sortable-footer {
	width: 99.999999% !important;
}

li.sortable-header, li.sortable-header2, li.sortable-footer {
	min-height: 150px !important; 
}

#sortable li:hover, #sortable li:active  { 
	cursor: all-scroll;
	background-color: #f1f1f1;
}

#sortable li:active {
	background: #ccc;
}

#sortable li .links {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 10px;
	color: #fff;
	background-color: #1a1a1a;
	text-align: center;
	cursor: default;
	border-radius: 10px;
	display: none;
}

#sortable li:hover .links {
	display: block;
}

#sortable li .links:active {
	cursor: all-scroll;
}