* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #40444d;
	color: White;
	font-family: sans-serif;
	font-size: 12px;
}
body.prvni {
	background-color: #5F5F5F;
}

 #big_logo {
 	position: absolute;
	top: 50px; left: 50px;
 }
#img_chlapik {
 	position: absolute;
	right: 0px; bottom: 0px; 
 }
#vstup {
  margin-top: 130px;
  padding-top: 60px;
	width: 630px;
	height: 485px;
	text-align: center;
	background-image:   url('/img/welcome.png');
	background-repeat:   no-repeat;
 }
#vstup form {

	padding: 15px 5px 5px 5px;
	width: 400px;  
}
#vstup td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
#vstup td.stred {
	text-align: center;
}
#vstup input.tlacitko{
	border: none;
	background-color: #141213;
	color: Gray;
	cursor: pointer;
}
.flags img{
	border: none;
	margin: 30px 5px 0px 5px;
}
