html {
height: 100%;
}

body {
margin: 0;
border : 0;
padding: 0;
height: 100%;
background-color: #000;
}

body.vid {
background: #000 url(site_fond1b.jpg) 50% 0 no-repeat;
}

div#flash {
margin: 0;
padding: 0;
border: 0;
width: 650px;
height: 460px;
position: absolute;
left: 50%; 
margin-left: -325px;
top: 50%;
margin-top: -230px;
}

div#long {
height: 630px;
background-color: #000;
}

div#add {
position: relative;
margin: 0 auto;
margin-top: 20px;
width: 150px;
background-color: transparent;
text-align: center;
}

div#add p a {color: #000; font-size: 11px;}

div.addthis_toolbox {
}


div#video {
margin: 0;
padding: 0;
border: 0;
width: 520px;
height: 412px;
position: absolute;
left: 50%; 
margin-left: -260px;
top: 50%;
margin-top: -206px;
}


div#footer {
position: relative;
margin: 0 auto;
width: 600px;
}

p {
font-size: 0.8em;
text-align: center;
color: #666;
}


p a {
color: #666;
text-decoration: underline;
}

p a: hover {
text-decoration: none;
}