@charset "UTF-8";


body{
	margin: 0;
	padding: 0;
	font-family: Droid Sans, Din, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color:  white;
}





h1 {
	font-size:18px;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;	

}





a:link {
	color:  #666666;
	text-decoration: none;
	border: none;
}
a:visited {
	text-decoration: none;
	color:  #666666;
	border: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
}

a:active {
	text-decoration: none;
	color: #666666;
	border: none;
}




  
  #brief {
position: absolute;
width: 200px;
height: 150px;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -63px;

	
  }
  
		
	
