/*	= default
-------------------------------------------------------------------- */
html {
	overflow: -moz-scrollbars-vertical;
}

html, body {
	height: 100%;
}

html, body, form, fieldset {
	color: #fff;
	font: 10px/1.6em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/idt.jpg) center center no-repeat #000;
}

#choose-lang{
	border-top: 1px solid #333;
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: 50px;
	padding-top: 10px;
	height: 200px;
	width: 500px;
	margin-top: 40px;
	margin-left: -250px;
}

h1 {
	font-size: 20px;
	margin: 10px 0;
}

#choose-lang a {
	margin: 0 20px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}
#choose-lang a:hover {
	color: #ff0054;
}