html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{
    padding: 0;
    margin: 0;
}

@font-face{
	font-family: futura-thin;
	src: url(fonts/futurathin.ttf);
}

@font-face{
	font-family: futura;
	src: url(fonts/Futura.ttc);
}

@font-face{
	font-family: bodoni;
	src: url(fonts/bodoni.ttf);
}

@font-face{
	font-family: bodoni-bold;
	src: url(fonts/bodonibold.ttf);
}

a {
    text-decoration: none;
	color:#5b655c;
}

.sans {
	font-family:futura;
	line-height: 1.8em;
}

.icon {
	border:1px solid #DDDDDD;
	width: 25px;
	height: 25px;	
}
.disabled {
	opacity: 0.4;
}

#content{
	width:700px;
	font-family:bodon;
	font-size:10pt;
    margin: 50px auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

table{
	font-size:10pt;	
}
