/*skabooki CSS basic styles */

body {
	margin:0;
	padding:0;
	background: #000000;
	font-family: Helvetica,sans-serif;
	font-size:14px;
	color: #ffffff;
	}

table, #foot table {
	margin:0; padding:0;
	}
a,img{
	border:none;
}

#area {
	display:block;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:1024px;
	background: url(/images/skawww/bg_tile.jpg) repeat-y;
/*	background-image:url(/style/skawww/images/skabooki_tracer.jpg); */
	padding-bottom:50px;
	z-index:1;
	}

#headline {
	display:block;
	position:relative;
	background:url(/style/skawww/images/bg_header.jpg) no-repeat;
	width:921px;
	height:160px;
	z-index:3;
	}

#foot{
	display:block;
	position:absolute;
	bottom: 0;
	left: 11px;
	width:920px; /* that should be 921 when i remove debug dorder*/
	height:70px;
	z-index: 4;
	background: url(/style/skawww/images/bg_footer.png) no-repeat;
/*	border:1px red solid;*/
	}


