@charset "utf-8";
/* CSS Document */

body	{margin: 0; padding: 0; background: #EFEFEF; color: #555555; font-weight: normal;}
@font-face {
    font-family: 'FranchiseRegular';
    src: url('fonts/franchise-bold-webfont.eot');
    src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franchise-bold-webfont.woff') format('woff'),
         url('fonts/franchise-bold-webfont.ttf') format('truetype'),
         url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#content {
	margin: 0;
	padding: 0;}
	
a {text-decoration: none; border-bottom: 1px solid #cccccc;}
h1	{  font-family: FranchiseRegular;
 	font-size: 220px;
	line-height: 0.8em;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px -1px 1px #ccc; 
	padding: 0;
	margin: 0 0 10px 0;
	}

h2	{
	text-transform: uppercase;
	font-family: FranchiseRegular;
 	font-size: 40px;
	font-weight: normal;
	line-height: 0.8em;
	color: #626575;
	color: rgba(98, 101, 117, .8);
	text-shadow: 0px 1px 0px #fff; 
	padding: 0 0 0 7px;
	margin: 0 0 30px 0;
	}
h3	{ width: 400px; font: normal normal normal 14px/1.5em arial, sans-serif; text-shadow: 0 1px 0 #fff; padding: 0 0 0 7px;}
h3 em	{ font-weight: bold; font-style: normal;}
#content h3 em a {text-decoration: none; cursor: help;}
#wrapper	{width: 400px; background: url(images/dv_bonce.png) no-repeat right top; margin: 0; padding: 0; width: 100%; height: 100%; position: absolute; top: 0px; right:0px; }
#content	{margin: 40px; width: 600px;}
#content a	{color: #000; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; transition: color 0.3s ease;}
#content a:hover	{color: #06F;}
