/*--- ( framework ) ------------------ */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 120%;
	color: black; 
	background: url(/images/bg_smoke.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	font-variant: normal;
	font-family: 'Roboto', sans-serif;

}


div.logo
{
	margin-top: 24px;
	margin-left:24px;
	padding-top:24px;
	padding-left:18px;
	padding-right:24px;
	text-align:right;
	background: rgba(0,0,0, .35);
	width: 300px;
	color:white;
	font-variant: normal;
	font-family: 'Roboto', sans-serif; 
}
div.text
{
	background: url(/images/small_firebird_logo.png) no-repeat 0% 3%;
	background:rgba (0,0,0,1);
}

a.cover, a.cover:visited

{
	text-decoration: none;
	border-bottom:1px dotted black;
	color: white;
}

a.cover:hover, a.cover:active
{
	text-decoration: none;
	border-bottom:1px dotted white;
	color: white;
	
}

#footer
{
	clear:both;
}
