/* CSS file for the www.dreamtheater.art.pl website */
/* (c) by Piotr Parzysz - http://parzysz.com/ */

body 
	{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
		
p {
	margin-top: 0;
}	

a {
	display: block;
	width: 216px;
	height: 268px;
	text-decoration: none;
	text-indent: -9999px;
	background-image: url(tdoe.jpg);
	background-repeat: no-repeat;
}

a:hover {
}

h1 {
	display: none;
}

p {
	margin: 0;
	padding: 0;
}

strong {
	font-size: 13px;
}

.access {
	display: none;
}

/* layout positioning DIVs and classes */

div#main {
	margin: auto;
	text-align: left;
	padding: 0;
	background: transparent;
	width: 216px;
	height: 268px;
	background-image: url(gfx/tpftt.gif);
	background-position: left;
	background-repeat: no-repeat;
}


div#wrapper {
	text-align: center;
	width: 100%;
	height: 268px;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 50%;
	/*\*/
	margin-top: -150px;
}
