body {
	margin: 0;
	height: 100%;
}

body, html {
	height: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
}

.wrapper {
	background-image: url(../images/bg.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/home/bg.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/home/bg.png', sizingMethod='scale')";
	min-height: 100%;
	height: 100%;
	width: 100%;
}

.content {
	top: 20%;
	padding-top: 155px;
	position: relative;
	
	h1 {
		margin: 0;
	}

	.logo {
		background: url(../images/logo.png) center top no-repeat;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -116px;
		z-index: 1;
		display: inline-block;
		width: 228px;
		height: 180px;
	}
}

.languages {
	padding-top: 50px;
	background: url(../images/dark_transparent.png);
	text-align: center;

	marquee {
		color: #FFF;
		padding: 20px 0;
		border-bottom: 1px solid #000000;
		margin-bottom: 10px;
	}

	h1 {
		background: #000;
		color: #FFF;
		text-transform: uppercase;
		font-size: 13px;
		padding: 5px 10px;
		text-align: left;
		margin-bottom: 3px;
		width: 135px;
		font-weight: normal;
	}

	h2 {
		font-size: 13px;
		padding: 4px 10px;
		margin-top: 0;
		display: inline-block;
	}

	.lang-container {
		width: 1288px;
		margin: 0 auto;
	}

	.copy {
		text-align: center;
		color: #FFF;
		padding-bottom: 25px;
	}

	.lang-container > a {
		display: inline-block;
		margin-left: 14px;
		height: 57px;
		padding-left: 89px;
		text-align: left;
		text-decoration: none;

		h2 {
			color: #FFF;
			font-weight: normal;
		}

		&.lt {
			background: url(../images/flag_lt.png) no-repeat;

			h2 {
				background: #398566;
			}
		}

		&.lv {
			background: url(../images/flag_lv.png) no-repeat;

			h2 {
				background: #8c3c3c;
			}
		}

		&.et {
			background: url(../images/flag_et.png) no-repeat;

			h2 {
				background: #3d82a9;
			}
		}

		&.ru {
			background: url(../images/flag_ru.png) no-repeat;

			h2 {
				background: #324e8f;
			}
		}

		&.en {
			background: url(../images/flag_en.png) no-repeat;

			h2 {
				background: #b12323;
			}
		}

		&:first-child {
			margin-left: 0;
		}
	}
}