html, body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body
{
	background-image:url('loop1.gif');
	background-position: center; 
	background-size:cover;
}

.wrapper
{
	background-color: rgba(40, 20, 30, 0.75);
	width: 100%;
	height: 100%;
	text-align: center;
}

.game
{
	border-top: 1px dashed #dedede;
	border-bottom: 1px dashed #7e7e7e;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.misc
{
	border-top: 1px dashed #dedede;
	border-bottom: 1px dashed #7e7e7e;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}


.game.large
{
	border-radius: 140px;
	width: 270px;
	height: 270px;
	font-size: 2.1em;
}

.game.medium
{
	border-radius: 125px;
	width: 250px;
	height: 250px;
	font-size: 1.6em;
}

.game.small, .misc.small
{
	border-radius: 100px;
	width: 200px;
	height: 200px;
	font-size: 1.25em;
}

.game.xsmall
{
	border-radius: 75px;
	width: 150px;
	height: 150px;
	font-size: 1.1em;
}

.misc.xsmall
{
	border-radius: 75px;
	width: 150px;
	height: 150px;
	font-size: 1.0em;
}

.game.xxsmall
{
	border-radius: 54px;
	width: 108px;
	height: 108px;
	font-size: 0.95em;
}

.game.xxxsmall
{
	border-radius: 35px;
	width: 70px;
	height: 70px;
	font-size: 1.0em;
}

.misc.xxsmall
{
	border-radius: 54px;
	width: 108px;
	height: 108px;
	font-size: 0.85em;
}

.game h3
{
	width: 100%;
	margin: 0px;
	text-align: center;
	color: #fefefe;
	font-family: 'Codystar', cursive;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.misc h3
{
	width: 100%;
	margin: 0px;
	text-align: center;
	font-family: 'Codystar', cursive;
	color: #EDB439;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

a { text-decoration: none; color: inherit; }

a .game:hover {
	background-color: rgba(200,200,200,0.1);
}
