HTML
{
	background-color: #000000;
	background-image: url(../../img/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
}

BODY
{
    width: 100%;
	height: 100%;
    margin: 0;
    border-width: 0;
	padding: 7px 0;
    color: white;
	font: 12px 'Sebastian Gothic NBP', Verdana, Arial, helvetica, sans-serif;
}

SELECT, INPUT
{
	font: inherit;
	max-width: 100%;
}

.lds-ripple
{
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div
{
	position: absolute;
	border: 4px solid #01FE01;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2)
{
	animation-delay: -0.5s;
}

@keyframes lds-ripple
{
	0%
	{
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100%
	{
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

DIV.block
{
	vertical-align: top;
	padding: 10px;
	border-radius: 10px;
	margin: 7px 5px;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.9);
}

.default_font
{
	font: 12px Verdana, Arial, helvetica, sans-serif;
}

#header
{
	font-size: 1.6em;
}

#header > A
{
	color: #01FE01;
	text-shadow: 0 0 3px #01FE01, 0 0 5px #01FE01;
	text-decoration: none;
	font-weight: bold;
}

#header > #share
{
	float: right;
}

#footer
{
	text-align: center;
}

#about
{
	
}

@font-face
{
	font-family: Sebastian Gothic NBP;
	src: url(../font/sebastian_gothic_nbp.ttf);
	src: url(../font/sebastian_gothic_nbp.woff);
}