/*------BASICS---------------------------------------------------------------*/


body { background-image:url(../img/background.gif);
	background-attachment:fixed;
	color:#376a0d;
	font-family: "CABNDWebBold", sans-serif;
}

img { border:none; float:left; vertical-align:top; position:relative;}

a {
	font-size:2em; text-decoration:none; color:white; background-color:black; font-family: "CABNDWebBold", sans-serif;}
	
a:hover {color:black; background-color:white; text-decoration:blink; font-family: "CABNDWebBold", sans-serif;}

/* -- Font Face -- */
		
		@font-face {
			font-family: "CABNDWebBold";
			src: url(/font/CABNDWebBold.otf) format("opentype");
		}



/*------LAYOUT---------------------------------------------------------------*/

#material{ z-index:2;}

#content{ 
	font-family: "CABNDWebBold", sans-serif;
	color: red; 
	font-size:8em; 
	z-index:99; 
	position: absolute; 
	left:23px; 
	top:42px;
	}

#kkcom {
	z-index:200; 
	position: absolute; 
	left:123px; 
	top:300px;
	}
	
/*------EXXTRAS---------------------------------------------------------------*/

.xl{ font-size:4em;}
.xxl { font-size:8em;}
.lightgreen { color:#6ac61e;}
