html, body {
margin : 0; 
padding : 0;
background : #575759;
color : #FFF;
font-family : verdana, arial, sans-serif;
}
a, a:visited {
text-decoration : none;
color : #FFF;
}
a img {
border : none;
}
#main{
position		: absolute;
width			: 735px;
height			: 100%;
margin-left		: -367px;
left			: 50%;
text-align		: center;
}
#getflash{
position		: absolute;
left			: 50%;
margin-left		: -200px;
width			: 400px;
text-align		: justify;		
}
#ref{
display : none;
}

/* Pub */

#ad{
position:absolute;
top:10px;
left:50%;
margin-left:360px;
padding:5px;
width:130px;
height:610px;
background:transparent url(ombre.png) no-repeat top left;
}