body,html
{
	width: 100%;
	height : 100%;
	margin : 0;
	padding : 0;
	background : #ECE9EC;
}

body
{
	margin : 0;
}

#wrapper
{
	background : url('../img/splash_bg.jpg') center bottom no-repeat;
	height     : 608px;
}

#header
{
	height     : 608px;
	width      : 1000px;
	margin     : 0 auto;
	position   : relative;
	background : url('../img/splash_bg.jpg') center bottom no-repeat;
}

#loading
{
	height     : 608px;
	width      : 1000px;
	margin     : 0 auto;
	background : url('../img/loading.gif') center center no-repeat;
}


.lang
{
	position : absolute;
	bottom : 0;
	width : 100px;
	height : 100px;
}

.lang.lt
{
	right : 245px;
}

.lang.lv
{
	right : 120px;
}

.lang.ee
{
	right : 0px;
}

#footer_wrap
{
	background : #0C78DC url('../img/footer_bg.jpg') repeat-x;
	height     : 30px;
}

#footer
{
	
	height     : 30px;
}

.bg1
{
	background : url('../img/footer1.jpg') center center no-repeat;
}

.bg2
{
	background : url('../img/footer2.jpg') center center no-repeat;
}

.bg3
{
	background : url('../img/footer3.jpg') center center no-repeat;
}

.bg4
{
	background : url('../img/footer4.jpg') center center no-repeat;
}
