@charset "UTF-8";
/* CSS Document */

html
{
	background: #000000;
	font-family:Verdana, Geneva, sans-serif;
}

#wrapper
	{
   	padding: 0;
	min-height: 600px;
	min-width: 1120px;
position:relative;
   }

.page
	{
	position:relative;
	top: 45px;
	left:80px;
	height:475px;
	width:530px;
	overflow:auto;
	outline: none;
	}	

.content
	{
	display:none;
	}
	
.navigation
	{
	position:absolute;
	top: 40px;
	right: 30px;
	float:right;
	display:none;
	font-size:16px;
	}	

img#bg 
	{
	position:fixed;
	left:0;
	width:100%;
	bottom:0;
 	}

img#logo
	{
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	}

img#stamp
	{
	position:absolute;
	left:290px;
	top:100px;
	float:right;
	height:70px;
	width:243px;
	}
	
#cz
{
	position:absolute;
	bottom:0;
	right:0;
	width:100px;
	height:50px;
	float:right;
	background: url("images/cz.png") top;
	}

#en
{
	position:absolute;
	bottom:0;
	right:0;
	width:100px;
	height:50px;
	float:right;
	background: url("images/en.png") top;
	}

#cz:hover
{
	background: url("images/cz.png") bottom;
	}
	
#en:hover
{
	background: url("images/en.png") bottom;
	}

#skip{
	position:fixed;
	top:5px;
	right:5px;
	float:right;
	font-size:20px;
	display:none;
	}

#button-gimme
 {
	color:#933;
}
#button-gimme:hover
{
	color:#FFF;
}

h1
	{
	font-size:20px;
	color:#933;
	margin-bottom: 15px;
	}
	
h2
	{
	font-size:15px;
	color:#B58F00;
	margin-bottom:23px;
	}
p
{
	position:relative;
	color:#933;
	font-size:12px;
	margin-bottom: 5px;
}


a{
   text-decoration:none;
   color:#B58F00;
   padding: 0px;
   }

a:hover{
	color:#FFF;
   }

label {display:block; float:left; width:160px;}
input, textarea {border:1px solid #b58f00; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-size:12px; font-family:Verdana, Geneva, sans-serif; padding:2px;}
input:hover, input:focus {border-color:#933;}
#order-web {display:none;}
input.submit {background:#b58f00; color:#fff; font-weight:bold; cursor:pointer;}
input.submit:hover, input.submit:focus {background:#933; border-color:#933;}
input.text, textarea {width:180px;}
.required-note, .required-warning {font-size:10px;}

#noir-game-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 30;
	margin-left: -344px;
	margin-top: -190px;
}