﻿/* BODY */
body {
margin:0 0 0 0;
background-color:#000;
height:100%;
background-image:url(img/background.jpg);
background-repeat:repeat-x;
}

html {
margin:0 0 0 0;
background-color:#000;
height:100%;
}

<!--
html {
	overflow-x: hidden;
	overflow-y: auto;
} 
-->

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

img{
border:0px;
}

/* STRUTTURA */

a:link{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
text-decoration:underline;	
}

a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
text-decoration:underline;	
}

a:hover{
font-family:Arial, Helvetica, sans-serif;
color:#000;
text-decoration:none;	
}

div#top{
position:absolute;
height:100px;
width:100%;
background-color:#000000;
top:0px;
left:0px;
}

div#logo{
position:absolute;
width:168px;
height:100px;
left:40px;
top:0px;
background-image:url(img/logo.jpg)
}

div#papertop{
position:absolute;
width:808px;
height:469px;
background-image:url(img/papertop.png);
left:50%;
margin-left:-405px;
top:275px;
}

div#paperbottom{
position:absolute;
width:808px;
height:1100px;
left:50%;
margin-left:-405px;
top:744px;
background-image:url('img/fogliobg.png');
background-repeat:repeat-y;
}

div#papercontent{
position:absolute;
width:693px;
height:1100px;
left:50%;
margin-left:-354px;
top:285px;
}




div#line{
position:absolute;
width:1208px;
height:500px;
left:50%;
margin-left:-604px;
top:1500px;
background-image:url(img/timeline.jpg)
}

.title{
font-family:"Courier New", Courier, monospace;
font-size:17px;
font-weight:bold;
color:#000;
}

.bold{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
line-height:14px;
}

.normal{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
line-height:16px;
}

div#story{
position:relative;
top:30px;
width:400px;
height:1130px;
padding-right:20px;
padding-left:10px;
border-right:2px #fff dashed;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
float:left;
}

div#cv{
position:absolute;
left:432px;
top:30px;
width:230px;
height:1130px;
padding-left:20px;
padding-right:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:17px;
background-color:#ff7700;
background-image:url(img/cvbg.jpg);
background-repeat:repeat-x;
}

div#bar{
position:absolute;
top:476px;
width:300px;
height:25px;
left:50%;
margin-left:-350px;
}

.story{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
line-height:23px;
}

div#photogallery{
width:736px;
top:1190px;
left:-15px;
height:240px;
position:absolute;
border-top:2px #fff dashed;
background-image:url(img/gallery.jpg)
}




