﻿/* CSS Document */

a         {text-decoration: none}
a:link    {color: grey; font-size: 11px; font-weight: bold;}
a:visited {color: grey; font-size: 11px; font-weight: bold;}
a:active  {color: red; font-size: 11px; font-weight: bold;}
a:hover   {color: #89151a; font-size: 11px; font-weight: bold; text-decoration: none}


html, body{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
	margin:0;
	padding:0;
	font-family:"Georgia", serif;
	line-height:1.45;
	background-color: black;
}

img.bcg{
	min-height: 100%;
	min-width: 1024px;
	width:100%;
	height:auto;
	left:0;
	top:0;
	z-index:1;
	position:fixed !important;
	position:absolute;
}

img.one{
	left:0;
	top:0;
	z-index:3;
	position:fixed !important;
	position:absolute;
}



.page{ 

  position:relative;
	z-index:2;
	color:#000;
	float:left
	clear:both;

          
}


.backie1{ 
  left:0;
  top:200;
  width:190px;
  height:200px;
  margin:120px 0px;
  border:0px solid red;
  overflow: no;
  padding-left:5px;
  font-weight:normal;
  color:black;
  z-index:2;
  
}

.backiefcb{ 
  left:0;
  top:0;
  width:300px;
  height:250px;
  overflow: no;
  padding:0px 5px;
  font-weight:normal;
  color:black;
  z-index:2;
}

.backie2{ 
  left:20;
  top:200;
  width:750px;
  height:500px;
  margin:10px 40px;
  background-color:#99cccc;
  border:1px solid #99cccc;
  opacity:0.8;
  filter:alpha(opacity=80);    /* pro d�s b�s IE8 a dol� */
  overflow: auto;
  padding:5px 5px;
  font-weight:normal;
  color:black;
  text-align: justify;

}


.pX {

color: #89151a; font-size: 10px; font-weight: bold;
padding-left: 46px;
}

h1 {font-size:14px; color: grey; font-style: normal;}
h2 {font-size:12px; color: green; font-style: bold;}

.texter{ 
  left:220px;
  top:0px;
  width:800px;

  background-color:none;
  overflow: auto;
  padding:5px 5px;
  font-weight:normal;
  color:white;
  position:absolute;
  z-index:4; }