@charset "utf-8";
/* 
	dexterxx.pl
	by Dexterxx® 
	12-07-2010
	HTML5
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, *{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
background: transparent;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
display: block;
}

/* ...all history starts here .. by Dexterxx® */
body{
background:#000 url(images/bg.jpg) no-repeat top center;
font: normal 24px/20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#FFF;
text-align:center;
overflow:hidden; /* hehe, ciekawe po co to */
}
header{
	width:600px;
	position:absolute; left:50%; top:50%;
	margin:-150px 0 0 -300px;
	text-align:center;
}
nav{
	margin-bottom:-1px;
}
	nav > a{
		padding:2px 6px;
		text-shadow: 0 0 15px #000;
	}
	nav.l > a{/*
		background:#000;
		border:1px solid white;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;	*/
		color:#000;
	}
	header > img{
		-webkit-box-shadow:0 0 50px #000; 
		-moz-box-shadow: 0 0 50px #000; 
		box-shadow:0 0 50px #000; 
	}
a{
	text-decoration:none;
	color:#FFF;
}
a:hover{
	color:#fffeeb;
	text-shadow: 0 0 15px #fffeeb;
}
#lb, #lamp{
	display:none;	
}
#lb{
	z-index:-1;
	width:1000px;
	height:1000px;
	position:absolute; left:50%; top:50%;
	margin:-500px 0 0 -500px;
	background-image:url(images/bg2.jpg);
}
#lamp{
	position:absolute;
	right:0;
	bottom:0;
	cursor:pointer;
}