@charset "utf-8";
/* CSS Document */
body{
margin:10px 0 0 0;
padding:0px;
background-image:url(images/back.gif);
background-position:center;
background-repeat:repeat-y;
font-family:Verdana;
font-size:12px;
color:#000000;
}
.banner{
background-image:url(images/banner.jpg);
background-position:center;
background-repeat:no-repeat;
}
.header{
background-image:url(images/heder.gif);
background-repeat:repeat-x;
background-position:bottom;
font-family:Century Gothic;
font-size:28px;
font-weight:bold;
color:#2399d0;
}
.thanks{
font-family:Myriad Pro;
font-size:17px;
color:#000000;
}
.discover{
font-family:Tahoma;
font-size:12px;
color:#943094;
}
.footer{
font-family:Tahoma;
font-size:11px;
color:#000000;
}
.footlink{
font-family:Tahoma;
font-size:11px;
color:#0339a6;
font-weight:bold;
text-decoration:none;
}
.footlink:hover{
text-decoration:underline;
}