@charset "utf-8";
/* Cold FuZion */
body {
background:url(images/fond.jpg) repeat-x #0e0e0e;;
color:#CCCCCC;
font-size:12px;
font:Verdana, Arial, Helvetica, sans-serif;
}
#center {
position:absolute;
left: 50%; 
top: 50%;
background:url(images/cold.png) no-repeat;
margin-top: -180px;
margin-left: -323px;

}
a:link {
color:#CCCCCC;
text-decoration:none;
}
a:visited {
color:#CCCCCC;
text-decoration:none;
}

a:link:hover {
color:#CCCCCC;
text-decoration:underline;
}