


@font-face {
	font-family: 'hyperfontnormal';
    src: url('font/hyperfont.eot');
    src: url('font/hyperfont.eot?#iefix') format('embedded-opentype'),
         url('font/hyperfont.woff') format('woff'),
         url('font/hyperfont.ttf') format('truetype'),
         url('font/hyperfont.svg#hyperfontnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
	margin: 0px;
	width: 100%;
}

input
{
	border-width: 2px;
	border-width: 2px;
	border-style: solid;
	border-color: rgb(233, 241, 223);
	width: 300px;
	height: 20px;
	font-family: 'hyperfontnormal';
	font-size: 14px;
	text-align: center;
	margin-left: 41px;
	margin-right: 41px;
	margin-top: 5px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #3a3e51;
  color: #ffd100;
  border-color: #ffd100;
}

#header-background
{
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 4100px;
	left: -100px;
	padding-right: 100px;

	/*background-color: rgb(242, 56, 90);*/
	background-color: rgb(121, 189, 154);
	background-image: url(images/lyne_cell_a_20.png);
	background-position: 50% 0;
	background-repeat: repeat-x repeat-y;
}

#content
{
	width:	400px;
	margin: 0 auto;
	position: relative;
}

#content_box
{
	width: 100%;
	height: 100px;
	background-color: rgb(121, 189, 154);
	
	border-width: 6px;
    border-color: rgb(233, 241, 223);
    border-style: solid;
    
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
}

#content_box_text
{
	font-family: 'hyperfontnormal';
	font-size: 20px;
	color: rgb(233, 241, 223);
	text-align: center;
}

#desc_text
{
	font-family: 'hyperfontnormal';
	font-size: 20px;
	color: rgb(233, 241, 223);
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	height: 270px;
}

#spacer
{
	width: 100%;
	height: 100px;
}

#blocker
{
	position: absolute;
	z-index: -1;

	background-color: rgb(121, 189, 154);

	width: 400px;
	height: 100px;
}

#blocker_wide
{
	position: absolute;
	z-index: -1;
	margin-left: -100px;

	background-color: rgb(121, 189, 154);

	width: 600px;
	height: 100px;
}

#title_image
{
	background-color: rgb(121, 189, 154);
	padding: 0px;
	margin-left: -200px;
}

#badge
{
	background-color: rgb(121, 189, 154);
	padding: 5px;
	margin-top: 10px;
}

#badge_image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.broken,
div.missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}
div.broken a,
div.missing a {
	height: 63px;
	position: relative;
	top: -31px;
}
div.broken img,
div.missing img {
	border-width: 0px;
}
div.broken {
	display: none;
}

#unityPlayer
{
	cursor: default;
	height: 600px;
	width: 400px;
	padding-top: 10px;
}
#unityPlayer>*
{
	outline: 0;
}

