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

body{
	background:#dcdddd;
	}
	
#wrapper{
	padding:10px 0 0 15px ;
	
	}
	
::selection {
	background:#cf4d38;
	color:#dcdddd;
	}

::-moz-selection {
	background:#cf4d38;
	color:#dcdddd;
	}
	
*{
	font-family: "stenciletta-solid",sans-serif;
	font-weight:normal;
	color:#393332;
	}
	
#header{
	height:119px;
	position:fixed;
	top:30%;
	left:20px;
	}
	
#header a{
	height:86px; 
	display:block;	
	}
	
#header a:hover{
	background:#cf4d38;
	}
	
#header a:hover img{
opacity: 0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: 0; /* Safari 1.x */
	-moz-opacity: 0; /* FF lt 1.5, Netscape */
	background:#cf4d38;
	}
	
#content{
	position:fixed;
	top:50%;
	left:20px;
	margin-top:-90px;
	}
	
	
p{
	font-size:16px;
	line-height:28px;
	letter-spacing:2px;
	}
	


p#copyright{
	font-size:12px;
	line-height:14px;
	letter-spacing:2px;
	}
