@charset "ISO-8859-1";
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #808080;
	font-size: 14px;
	line-height: 16px;
}

p {
	margin: 0 0 20px 0;
}

h1,
h2,
h3 {
}

h1 {
}

h2{
}

h3{
}

a {
	cursor:pointer;
}

a:link,
a:visited {
	color: #A6A6A6;
	text-decoration: none;
	font-weight: normal;
}

a:hover,
a:active,
a:focus {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

strong, b {
}

form {
	margin: 0;
	padding: 0;
}

input,
textarea{
}

input.inputbox,
textarea.inputbox{
}

input.inputbox:hover,
input.inputbox:active,
input.inputbox:focus,
textarea.inputbox:hover,
textarea.inputbox:active,
textarea.inputbox:focus{	
}

input.button{
}

input.button:hover,
input.button:active,
input.button:focus{
}

input[type=checkbox]{
}

img {
	border: none;
}

hr{
}

ul,
ol{
	margin: 0 0 20px 0;
	padding-left: 10px;
}

fieldset{
}

dl{
}

dt{
}

dd{
}

.clr,
.clearfix{
	clear: both;
}

.floatleft{
}

.floatright{
}

/* ***************************************************************************************************** */
/* LAYOUT */

#body{
	margin: 0;
	padding: 0;
	min-width: 900px;
	background-repeat: repeat-x;
	background-color: #333333;
	background-image: url(../images/bg-loop.gif);
}

#wrapper {
	height: 670px;
	width: 920px;
}
	
#container {
	height: 670px;
	width: 920px;
}
    
#wrapper {
	bottom: 50%;
	right: 50%;
	position: absolute;
}
    
#container {
	left: 50%;
	position: relative;
	top: 50%;
}

#main {
	width: 900px;
	height: 600px;
	background-color: #000;
	border: 10px solid #40403f;
}

#page{
	width: 900px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

div.bigLetterD {
	background-image: url(../images/big-letter-d.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

div.bigLetterQ {
	background-image: url(../images/big-letter-q.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

div.bigLetterP {
	background-image: url(../images/big-letter-p.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

div.bigLetterS {
	background-image: url(../images/big-letter-s.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

#menu{
	margin: 0;
	overflow: hidden;
	height: 35px;
}

#left {
	width: 610px;
	height: 565px;
	float: left;
}

#right {
	margin: 0;
	overflow: hidden;
	float: right;
	width: 230px;
	height: 425px;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 80px;
	padding-left: 30px;
	background-image: url(../images/logo-dedalo-litostampa-payoff.gif);
	background-position: 30px 462px;
	background-repeat: no-repeat;
}

#content{
	color:#fff;
	margin: 0;
	padding: 0px;
	overflow: hidden;
}

#footer{
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}