/****************************************/
/* CSS Free2play.fr                     */
/* v2010-08-31-01                       */
/* Author: Association Univers Virtuels */
/****************************************/
body
{
background-color:#FFFFFF;
margin:0px;
padding:0px;
font-size:11px;
color:gray;
}
#landingpicture
{
width:800px;
height:644px;
margin:auto;
background-image:url("./imgs/landingpage-800.jpg");
background-repeat:no-repeat;
}

#footer
{
text-align:center;
line-height:14px;
margin-top:20px;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited
{
color:gray;
}

#footer a:hover
{
color:black;
}


