HTML
{
	background-color: #000000;
	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;
	font-family: Verdana, Arial, helvetica, sans-serif;
	text-align: center;
	background: inherit;
}

@font-face
{
	font-family: Octarine Light;
	src: url(../fonts/Octarine-Light.ttf);
	src: url(../fonts/Octarine-Light.woff);
}

H1
{
	color: #009900;
	font-size: 160%;
	text-align: center;
}

DIV.icon
{
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 320px;
	height: 320px;
	border-radius: 10px;
	margin: 7px 5px;
	background: inherit;
	box-shadow: rgba(0,0,0,0.9) 0px 1px 9px;
	text-align: center;
	font-size: 160%;
	display: inline-block;
	vertical-align: top;
}

DIV.icon:hover
{
	box-shadow: rgba(0,0,0,0.9) 0px 1px 9px, inset 0 0 1em 0.33em rgba(255, 255, 255, 1.0);
}

DIV.icon::before
{
    position: absolute;
	top: -10px;
	left: -10px;
	z-index: -1;
	width: 340px;
	height: 340px;
	border-radius: 10px;
    content: "";
    background: inherit;
    filter: blur(10px);
}

/* IE9, IE10, IE11 only */
@media screen and (min-width:0\0)
{
	DIV.icon
	{
		background: rgba(192, 192, 192, 0.1);
		border: 1px outset rgba(192, 192, 192, 0.5);
		margin: 5px 3px;
	}
	
	DIV.icon:hover
	{
		box-shadow: rgba(0,0,0,0.9) 0px 1px 9px, inset 0 0 1em 0 rgba(255, 255, 255, 0.5);
	}
	
	DIV.icon > A > IMG
	{
		border: none;
	}
	
	DIV.ad
	{
		border: none;
	}
}

/* Edge 12-18 (All versions before Chromium) */
@supports (-ms-ime-align:auto)
{
	DIV.icon
	{
		background: rgba(192, 192, 192, 0.1);
		border: 1px outset rgba(192, 192, 192, 0.5);
		margin: 5px 3px;
	}
	
	DIV.icon:hover
	{
		box-shadow: rgba(0,0,0,0.9) 0px 1px 9px, inset 0 0 1em 0 rgba(255, 255, 255, 0.5);
	}
	
	DIV.ad
	{
		border: none;
	}
}

/* Firefox only */
@-moz-document url-prefix()
{
	DIV.icon
	{
		background: rgba(192, 192, 192, 0.1);
		border: 1px outset rgba(192, 192, 192, 0.5);
		margin: 5px 3px;
	}
	
	DIV.icon:hover
	{
		box-shadow: rgba(0,0,0,0.9) 0px 1px 9px, inset 0 0 1em 0 rgba(255, 255, 255, 0.5);
	}
	
	DIV.ad
	{
		border: none;
	}
}

DIV.icon > A
{
	display: block;
	height: 100%;
	color: #FFFFFF;
	text-shadow: 0px 1px 9px rgba(0,0,0,0.9);
	text-decoration: none;
	font-family: 'Octarine Light', Verdana, Arial, helvetica, sans-serif;
}

DIV.icon > A:hover
{
	text-shadow: 0 0 1px #FFFFFF, 0 0 2px #FFFFFF, 0 0 3px #FFFFFF;
	text-decoration: underline;
}

DIV.icon > A > IMG
{
	width: 256px;
	height: 256px;
	margin-top: 10px;
}

DIV.icon > A > DIV
{
	padding: 0 10px;
}

#logo > IMG
{
	margin-top: 10px;
}

#logo:hover
{
	box-shadow: rgba(0,0,0,0.9) 0px 1px 9px;
}

#logo > DIV.title
{
	color: #FFFFFF;
	text-shadow: 0 0 1px #FFFFFF, 0 0 2px #FFFFFF, 0 0 3px #FFFFFF;
	font-family: 'Octarine Light', Verdana, Arial, helvetica, sans-serif;
}

#share
{
	height: 40px;
	margin: 25px 0 10px 0;
}

#copyright
{
	font-size: 10px;
	color: #FFFFFF;
	text-shadow: 0px 1px 9px rgba(0,0,0,0.9);
}

#copyright > A:visited
{
	color: #0000EE;
}

DIV.ad
{
	width: 300px;
	height: 300px;
	padding: 10px;
	font-size: 100%;
	font-weight: normal;
	background-color: transparent;
	box-shadow: none;
}

DIV.ad:hover
{
	box-shadow: none;
}

DIV.ad::before
{
	display: none;
    content: "";
}

DIV#widgets > A > DIV
{
	padding: 0;
}

#description
{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 1em;
	margin: 7px 4% 0 4%;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.9) 0px 1px 9px;
	text-align: left;
	background: inherit;
	color: #FFFFFF;
	text-shadow: 0px 1px 9px rgba(0,0,0,0.9);
}

#description > #btn_launch
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#description::before
{
    position: absolute;
	z-index: -1;
	top: -10px;
	left: -10px;
	width: 110%;
	height: 110%;
	border-radius: 10px;
    content: "";
    background: inherit;
    filter: blur(10px);
}

/* IE9, IE10, IE11 only */
@media screen and (min-width:0\0)
{
	#description
	{
		background: rgba(192, 192, 192, 0.1);
	}
}

/* Firefox only */
@-moz-document url-prefix()
{
	#description
	{
		background: rgba(192, 192, 192, 0.1);
	}
}

#recommend
{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 1em;
	margin: 14px 4%;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.9) 0px 1px 9px;
	text-align: left;
	background: inherit;
	color: #FFFFFF;
	text-shadow: 0px 1px 9px rgba(0,0,0,0.9);
}

#recommend::before
{
    position: absolute;
	z-index: -1;
	top: -10px;
	left: -10px;
	width: 110%;
	height: 110%;
	border-radius: 10px;
    content: "";
    background: inherit;
    filter: blur(10px);
}

/* IE9, IE10, IE11 only */
@media screen and (min-width:0\0)
{
	#recommend
	{
		background: rgba(192, 192, 192, 0.1);
	}
}

/* Firefox only */
@-moz-document url-prefix()
{
	#recommend
	{
		background: rgba(192, 192, 192, 0.1);
	}
}

#recommend > H1
{
	color: #FFFFFF;
	font-family: 'Octarine Light', Verdana, Arial, helvetica, sans-serif;
	font-weight: normal;
}

#recommend > DIV
{
	min-height: 64px;
	margin-bottom: 1em;
}

#recommend > DIV > A
{
	display: block;
	height: 100%;
	color: #FFFFFF;
}

#recommend > DIV > A > IMG
{
	width: 64px;
	height: 64px;
	margin-right: 10px;
	vertical-align: middle;
}