/*--- ( 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;

}
#wrapper {
border-width: 0;
border-color: transparent;
border-radius: 4px;
border-style: solid;
box-sizing: border-box;
 margin: auto;
  width: 450px;
padding-top:20px;
	
}
div.main_container {
border-width: 0;
border-color: transparent;
border-radius: 4px;
border-style: solid;
box-sizing: border-box;
display: block;
 margin: auto;
 margin-top:4px;
  width: 450px;
padding: 0 0 20px 0;
}

div.content_header img {
	max-width:450px
}

div.header_content {
padding: 20px 20px 24px 20px;
text-align:left;
background-color: #fbfafa;
border-radius:0px 0px 25px 25px;
}

div.container {
background-color: #fbfafa;
border-width: 0;
border-color: transparent;
border-radius: 25px;
border-style: solid;
box-sizing: border-box;
display: block;
 margin: auto;
 margin-top:4px;
  width: 450px;
padding: 0 0 24px 0;
}

div.content {
padding: 20px 20px 0 20px;
text-align:left;
background-color: #fbfafa;
}

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

a.cover, a.cover:visited

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

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

#footer
{
	clear:both;
}
