body {
	margin: 0;
	background: #111111;
}

table {
	position:absolute;
	border-spacing:0;
	width:100%;
	height:100%;
}

td {
	width:100%;
	height:100%;
}

img {
	border:0;
}

#center-box {
	width: 100%;
	height: 100%;
	display: table;
}

#center-box2 {
	display: table-cell;
	vertical-align: middle;
}

#box {
	min-width: 100%;
	height: 496px;
	border-top: 2px solid #ff8800;
	border-bottom: 2px solid #ff8800;
	background: black;
}

#header {
	height: 145px;
}

#scenografia {
	height: 62px;
}

#scenografia img.title {
	width: 60px;
	height: 60px;
	float: left;
	background: #bb0000;
	border: 1px solid black;
}

#scenografia img.thumb {
	width: 60px;
	height: 60px;
	float: left;
	background: #bb0000;
	border: 1px solid black;
}

#scenografia img.thumb:hover {
	border: 1px solid #bb0000;
}

#landart {
	height: 62px;
}

#landart img.title {
	width: 60px;
	height: 60px;
	float: left;
	background: #ff0000;
	border: 1px solid black;
}

#landart img.thumb {
	width: 60px;
	height: 60px;
	float: left;
	background: #ff0000;
	border: 1px solid black;
}

#landart img.thumb:hover {
	border: 1px solid #ff0000;
}

#plakat {
	height: 62px;
}

#plakat img.title {
	width: 60px;
	height: 60px;
	float: left;
	background: #ff8800;
	border: 1px solid black;
}

#plakat img.thumb {
	width: 60px;
	height: 60px;
	float: left;
	background: #ff8800;
	border: 1px solid black;
}

#plakat img.thumb:hover {
	border: 1px solid #ff8800;
}


#design {
	height: 62px;
}

#design img.title {
	width: 60px;
	height: 60px;
	float: left;
	background: #ffcc00;
	border: 1px solid black;
}

#design img.thumb {
	width: 60px;
	height: 60px;
	float: left;
	background: #ffcc00;
	border: 1px solid black;
}

#design img.thumb:hover {
	border: 1px solid #ffcc00;
}

#cd {
	height: 62px;
}

#cd img.title {
	width: 60px;
	height: 60px;
	float: left;
	background: #ffff33;
	border: 1px solid black;
}

#cd img.thumb {
	width: 60px;
	height: 60px;
	float: left;
	background: #ffff33;
	border: 1px solid black;
}

#cd img.thumb:hover {
	border: 1px solid #ffff33;
}

p {
	width: 260px;
	height: 310px;
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}

.columns {
	width: 220px;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	white-space: pre;
}

#fwd {
	width: 70%;
	height: 85px;
	display: inline;
	float: left;
	margin-top: 30px;
	margin-left: 150px;
	background: url(../images/fwd.png) repeat-x;
}

