/*----------------- GENERALE --------------------*/
body {
font-family: Arial, sans-serif;
font-size:12px;
font-stretch:narrower;
}

img{
border:0px;
}


a:link {
text-decoration:none;
}

a:visited {
text-decoration:none;
}

a:hover{
text-decoration:line-through;
}


/*----------------- LAYOUT SITO --------------------*/
#supercontainer{
padding: 0;
}

#container{
width:980px;
height:650px;
margin: 0px auto;
background-image:url(../FrancescoCalabreseLogo.jpg);
background-position:top;
background-repeat:no-repeat;
background-attachment:scroll;
position: relative;
z-index:1;
}

#container a{ color:#000000;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}


/*----------------- PULSANTI MENU --------------------*/
.view_bio{
margin:145px 0 0 215px;
position:relative;
font-size:12px;
background-color:#FFFFFF;
}

.view_bio a{
text-decoration:none;
}

.view_videos{
margin:140px 0 0 180px;
position:relative;
font-size:12px;
width:80px;
background-color:#FFFFFF;
}

.view_videos a{
text-decoration:none;
}

.view_contacts{
margin:35px 0 0 200px;
position:relative;
background-color:#FFFFFF;
font-size:12px;
}

.view_contacts a{
text-decoration:none;
}

.view_stuff{
margin:0px 0 0 320px;
position:relative;
width:30px;
background-color:#FFFFFF;
font-size:12px;
}

.view_stuff a{
text-decoration:none;
}

/*----------------- BOX MACRO --------------------*/
#box_left{
float:left;
width:490px;
}

#box_right{
float:right;
width:490px;
}
/*----------------- BOX contenuti --------------------*/

.bio{
	position:relative;
	margin:10px 0 0 215px;
	width:260px;
	height:225px;
	overflow:auto;
	background-color:#FFF;
}

.videos{
	position:relative;
	padding:0 5px 5px 0;
	margin:40px 100px 0 0px;
	width:270px;
	height:310px;
	text-align:right;
	overflow:auto;
	background-color:#FFFFFF;	
}

.contacts{
	position:relative;
	margin:10px 0 0 200px;
	width:250px;
	height:180px;
	background-color:#FFFFFF;
}


.stuff{
	position:relative;
	margin:5px 0 0 75px;
	padding:0 5px 5px 0;
	width:270px;
	height:150px;
	overflow:auto;
	text-align:right;
	background-color:#FFFFFF;
}

/*----------------- Switch foglio stile --------------------*/
.switchblack{
font-size:20px;
color:#000000;
padding:0 3px 0 3px;
text-decoration:none;
}

.switchwhite{
font-size:20px;
color:#000000;
padding:0 3px 0 3px;
text-decoration:none;
}


a.styleswitch{
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}

#switchbox{
text-align:center;
z-index:10;
position: absolute;
top:610px;
left:475px;
}