#system-body
{
	background: #1b0808;
	background: -moz-linear-gradient(top, #cd0a0a 0%, #1b0808 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd0a0a), color-stop(100%,#1b0808));
	background: -webkit-linear-gradient(top, #cd0a0a 10%,#1b0808 90%);
	background: -o-linear-gradient(top, #cd0a0a 0%,#1b0808 100%);
	background: -ms-linear-gradient(top, #cd0a0a 0%,#1b0808 100%);
	background: linear-gradient(#cd0a0a 0%,#1b0808 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0a0a', endColorstr='#1b0808',GradientType=0 );
	height: 100%;
	background-attachment: fixed;
}

.main-content
{
	width: 360px;
	height: 100%;
	margin: auto;
}

.system-container
{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	background: rgba( 0, 0, 0, 0.2 );
	border-radius: 20px;
	padding: 20px;
}

.container
{
	width: 280px;
	margin: 8px auto;
	border-radius: 5px 10px;
}

.system-logo
{
	width: 360px;
}

h1
{
	text-align: center;
}

h1,p
{
	background-color: white;
	border-radius: 10px;
}

p
{
	padding: 10px;
}