@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
}


@font-face {
	font-family: ‘taiga’;
	src: /fonts/taiga.eot;
	src: /fonts/taiga.woff format(‘woff’),
	     /fonts/taiga.ttf format(‘truetype’),
        /fonts/taiga.svg format(‘svg’);
}

.vignette {
    position: fixed;
	z-index:5;
	min-width: 768px;
    -moz-box-shadow: inset 0 0 7em #ccc;  
    -webkit-box-shadow: inset 0 0 7em #ccc;   
    box-shadow: inset 0 0 7em #ccc;
    width: 100%;
    height: 100%;

}

#splash {
	position: fixed;
	height: 170px;
	width: 250px;
	margin-top: -85px;
	margin-left: -125px;
	top: 50%;
	left: 50%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}






#title {
	font-family: taiga;
	font-size:40px;
	color:#474747;
	margin-top:65px;
}

#creative {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:14px;
	color:#474747;
	margin-top:-8px;
	margin-left:16px;
	letter-spacing:7px;
}
