
@font-face {  
  font-family: AmigaConsole;  
  src: url("prstart.ttf") format("truetype");  
}

@import url(http://fonts.googleapis.com/css?family=Syncopate:400,700);

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	font-family: Syncopate, sans-serif;
    outline: 0;
    font-size: 100%;
    background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	text-decoration: none;
}

html,body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
}

.hidden {
	display: none;
}

#top {
	width: 100%;
	height: 7%;
	margin-top: 83%;
	background-color: #000000;
	z-index: 200;
	text-align: center;
	color: #FFFFFF;
}

.bitmapfont {
	font-family: AmigaConsole, courier, sans-serif;
	color: #FFFFFF;
	font-size: 0.6em;
}

#copyright {
	/*padding-top: 0.35em;*/
	bottom: 2px;
	position: absolute;
	color: #F0F0F0;
	font-size: 0.6em;
	width: 100%;
	text-align: center;
	z-index: 100;
}

#menubar {
	background: #4b45c4;
	color: #A0A0A0;
	width: 100%;
	height: 5%;
	min-height: 20px;
	max-height: 32px;
	padding-left: 1%;
	padding-right: 1%;
	z-index: 200;
	white-space:nowrap;
	display: table;
}
	
#menualign {
	width: 99%;
	height: 100%;
	display: table-row;
	vertical-align: bottom;
}

#menutitle {
	font-weight: 700;
	font-size: 1.2em;
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
}

#menutitle > a {
	color: #F8F8F8;
}

.menuitem {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	padding-left: 20px;
}

.menuitem a {
	font-weight: 700;
	font-size: 0.9em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menuitem img {
	border: none;
	height: 18px;
	width: auto;
	margin-right: 3px;
}

.menuitem a:link {
	color: #222;
}

.menuitem a:visited {
	color: #222;
}

.menuitem a:hover {
	color: #EEE;
	-webkit-transition:color 0.2s ease-in-out;
	-moz-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
}

.menuitem a:active {
	color: #FFF;
}

#about-txt h3 {
	color:#F06010;
	display:block;
	font-size:1.25em;
}

#about-txt span {
	text-align: justify;
	color: #303030;
	margin:5px 0;
	font: 400 0.8em/0.8em "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.p-layer {
	width: 100%;
	background-size: auto 100%;
	position: absolute;
    bottom: 0;
}

#layer00 {
	width: 100%;
	height: 100%;
	background: #000000 url("../img/layer00.png") repeat-x;
	z-index: 0;
	background-size: auto 100%;
}

#layer70 {
	height: 20%;
	background: transparent  url("../img/layer70.png") repeat-x;
	z-index: 70;
	background-size: auto 100%;
}

#layer75 {
	height: 8%;
	background: transparent url("../img/layer75.png") repeat-x;
	z-index: 75;
	bottom: 12%;
	background-size: auto 100%;
}

#layer80 {
	height: 10%;
	background: transparent url("../img/layer80.png") repeat-x;
	z-index: 80;
	background-size: auto 100%;
}

#layer90 {
	background: transparent  url("../img/layer90.png") repeat-x;
	z-index: 90;
	height: 4.5%;
	background-size: auto 100%;
}

#logo {
	position: absolute;
	width: 80%;
	height: 37.3%;
	top: 20%;
	left: 100px;
}

.logopart {
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
}

#logo-outerR {
	background: transparent url("../img/logo-outerR.png") no-repeat;
	background-size: 100% 100%;
}

#logo-midR {
	background: transparent url("../img/logo-midR.png") no-repeat;
	background-size: 100% 100%;
}

#logo-R {
	background: transparent url("../img/logo-R.png") no-repeat;
	background-size: 100% 100%;
}

#logo-retro {
	background: transparent url("../img/logo-retro.png") no-repeat;
	background-size: 100% 100%;
}

#logo-infinity {
	background: transparent url("../img/logo-infinity.png") no-repeat;
	background-size: 100% 100%;
}

#inscoin {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 2em;
	color: #FFFFFF;
}
