.ui {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.ui .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.ui .bg .img {
	width: 100%;
	height: 100%;
	z-index: 20;
}

.ui .bg .dim {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	z-index: 30;
}

.ui .top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	height: 70px;
	z-index: 1000;
}

.ui .top .logo {
	float: left;
	height: 70px;
	width: 25%;
	z-index: 1000;
}

.ui .top .search {
	float: left;
	height: 70px;
	width: 50%;
	z-index: 1000;
}

.ui .top .datetime {
	float: left;
	height: 70px;
	width: 25%;
	z-index: 1000;
}

.ui .links {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 210px;
	z-index: 1100;
}

.ui .bottom {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 210px;
	z-index: 1000;
}

.ui .bottom .weather {
	float: left;
	height: 210px;
	width: 50%;
	z-index: 1000;
}

.ui .bottom .comic {
	float: left;
	height: 210px;
	width: 50%;
	z-index: 1000;
}
