@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'Tahoma';
src: url('Tahoma.eot') format('eot'),
url('Tahoma.woff') format('woff'),
url('Tahoma.ttf') format('truetype');
}


html, body{min-width:100%; min-height:100%;}
html{background:url(../img/bg.png) repeat-x center top #2b2b2b;cursor:crosshair;}
body{background:url(../img/bg.png) no-repeat center top;cursor:crosshair;}


.wrapper{
	width:950px; 
	height: 478px;
	margin-top: 100px;
	margin-left:auto; 
	margin-right:auto;
}

h1 a{
	background: url("../img/kakterius_soon_4.jpg") no-repeat;
	width: 850px;
	height: 478px;
	text-indent: -999999px;
	display: block;
	top: 12px;
	left: 343px;
	cursor: crosshair;
}

.footer {
	width: 950px;
	margin-left: auto; 
	margin-right: auto;
	cursor: crosshair;
	color: white;
}

