body {
	/*min-height: 100vh;*/
	margin: 0;
	/*background: #272727;*/
}

#mainbg {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -10;
	margin:0;
}
#mainbg .bgsolid {
	z-index: -10;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #272727;
}
#mainbg .bgelems {
	z-index: -9;
	position: absolute;
	width: 100%;
	height: 100%;
}
#mainbg .bgscreen {
	z-index: -8;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(39,39,39,0.8);
}
#mainbg .bgimg1 {
	width: 200px;
	height: 200px;
	top: 0;
	right: 0;
	position: absolute;
	background-image: url('img/stars.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
}
#mainbg .bgimg2 {
	width: 200px;
	height: 400px;
	bottom: 0;
	left: 0;
	position: absolute;
	background-image: url('img/lighthouse.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left bottom;
}
#mainbg .bgimg3 {
	height: 200px;
	bottom: 0;
	right: 0;
	left: 200px;
	position: absolute;
	background-image: url('img/ocean.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 100%;
}

#main {
	/*width: 100%;
	height: 100%;
	background: rgba(39,39,39,0.6);*/
	z-index: 200;
}

#content {
	color: #bbb;
	display: block;
	font-family: Arial, sans-serif;
}


.centerbox {
	margin: 0 auto;
	width: 80%;
	max-width: 450px;
	background: rgba(180,180,180,0.2);
	margin-top: 60px;
}
.centerbox .cbinner {
	padding: 12px;
}

a {
	color: #fff;
	text-decoration: underline;
}

.love {
	color: #f99;
}


.alertbox {
	padding: 10px;
	color: #333;
}
.alertbox.alert-good {
	background: #cfc;
	border: 1px solid #7a7;
}
.alertbox.alert-bad {
	background: #fcc;
	border: 1px solid #a77;
}
.alertbox.alert-warn {
	background: #ffa040;
	border: 1px solid #963a00;
}

.alertbox a {
	color: #47f;
}

a.btn {
	display: inline-block;
	padding: 10px;
	background: linear-gradient(to bottom, #eee, #bbb);
	border: 1px solid #888;
	color: #555;
	text-decoration: none;
}

h3 {
	display: inline;
}

.mild {
	color: #888;
}
.pull-r {
	display: inline-block;
	float: right;
}

.call-btn img {
	height: 20px;
	vertical-align: bottom;
}
.call-btn {
	display: inline-block;
	background: #63a;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 8px;
	font-weight: bold;
	text-decoration: none;
	margin: 8px 0;
	color: #fff;
	cursor: pointer;
}
.call-btn.psy {
	background:
		linear-gradient(180deg,rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.0) 30%, rgba(0, 0, 0, 0.0) 70%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(145deg,rgba(0, 27, 201, 1) 0%, rgba(238, 0, 242, 1) 100%);
}
.call-btn.wake {
	background:
		linear-gradient(180deg,rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.0) 30%, rgba(0, 0, 0, 0.0) 70%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg,rgba(250, 35, 35, 1) 0%, rgba(255, 130, 130, 1) 100%);
}
b.bright {
	color: #fff;
}

hr {
	border: none;
	border-bottom: 1px solid #888;
}


.section {
	margin: 16px 0;
}
