@CHARSET "UTF-8";

html {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.fl { float: left; }
.fr { float: right; }
.clr { clear: both; }
.clleft { clear: left; }
.clright { clear: right; }
.r { text-align: right; }
.c { text-align: center; }
.l { text-align: left; }
.j { text-align: justify; }


body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #013046;
	display: block;
	position: relative;
	font-family: "Tahoma CE", "Tahoma", sans-serif;
	height: 100%;
}

.blockimg img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#leftbg {
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 50%;
	height:400px;
	background-image: url("g/");
	overflow: hidden;
}
#rightbg {
	display: block;
	position: absolute;
	top: 0;
	left:50%;
	width: 50%;
	height:400px;
	background-image: url("g/");
	overflow: hidden;
}

#pageout {
	width:100%;
	position: relative;
	display: block;
	overflow: hidden;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url("g/bgout.jpg");
}


#page {
	width: 930px;
	height: 100%;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url("g/pagebg.jpg");
	background-repeat: repeat-y;
}
	
a:link, a:visited {
	text-decoration: none;
	color: #2477D9;
}

#introback {
	display: block;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#introback img {
	display: block;
	position: relative;
	top:0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0px none;
	border-bottom: 4px solid black;
}

.wybordv {
	position: absolute;
	top: 0px;
	left: 0px;
}

.promobox {
	display: block;
	padding: 6px;
	background-color: #F8E042;
	width: 450px;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 340px;
	left: 45px;
	border: 4px solid #21120E;
}

.promobox a:link, .promobox a:visited {
	display: block;
	position: relative;
	padding: 2px;
	border-bottom: 1px solid #E4C608;	
}

.promobox a:hover {
	color: #013046;
	background-color: #F4A85C;
}

















	
