/* 2007 (c) UAB "Dizaino kryptis" */
/* 2007 (c) Simonas Falkauskas */
body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 76% Arial, Tahoma, Helvetica, sans-serif;
	background: #5c93ad url('../images/bg.jpg') repeat-x;
}
* html body {text-align: center;}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-top: 760px;
	min-height: 40px;
	background: url('../images/bg-wrapper.jpg') no-repeat 50% 0;
}
* html #wrapper {
	height: 800px;
	height/* */:/**/40px;
}

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
fieldset {border: 0;}
h1 {display: none;}
/* --- End Standart Tag's --- */

#flash {
	position: absolute;
	top: 55px; left: 40px;
	display: block;
	width: 900px; height: 700px;
	text-align: left;
}


/* Footer */
#footer {
	margin: 0 auto;
	width: 900px;
}

#footer ul {
	padding: 10px 0 0 0;
	list-style: none;
	text-align: left;
	overflow: hidden;
	text-transform: uppercase;
}
#footer li {display: block;}
#footer li.left {float: left;}
#footer li.right {float: right;}

#footer ul a {
	display: block;
	height: 20px;
}
#footer ul a span {display: none;}

#footer ul li.left a {
	width: 170px;
	background: url('../images/ico-left.gif') no-repeat 50% 50%;
}
#footer ul li.right a {
	width: 180px;
	background: url('../images/ico-right.gif') no-repeat 50% 50%;
}
#footer ul li.left a:hover {background: url('../images/ico-left-a.gif') no-repeat 50% 50%;}
#footer ul li.right a:hover {background: url('../images/ico-right-a.gif') no-repeat 50% 50%;}
/* End Footer */

.clear {
	width: 100%;
	clear: both;
}