@charset "utf-8";
/* Body */

body { font-family:Arial, Helvetica, sans-serif;
       font-size:12px;
	   color:#ffffff;
	   background:#000000;
	   background-image:url(images/bg.png);
	   background-position:center 95px;
	   background-repeat:no-repeat; }
	   
.content { font-family:Arial, Helvetica, sans-serif;
           font-size:18px;
		   color:#ffffff;
           top:525px;
		   position:relative; }
	  
.a_content:link { text-decoration:none; color:#ffffff; font-size:18px; font-weight:bold; }
.a_content:hover { text-decoration:none; color:#ffffff; font-size:18px; font-weight:bold; }
.a_content:active { text-decoration:none; color:#ffffff; font-size:18px; font-weight:bold; }
.a_content:visited { text-decoration:none; color:#ffffff; font-size:18px; font-weight:bold; }
	  
.bgfooter { background-image:url(images/bg_footer.png);
	        background-repeat:repeat;
	        position:fixed;
	        bottom:0px;
	        left:0px;
	        right:0px;
            width:auto; height:50px; }

a:link     { text-decoration:none; color:#666666; font-size:11px}
a:hover    { text-decoration:underline; color:#999999; font-size:11px; }
a:active   { text-decoration:underline; color:#999999; font-size:11px; }
a:visited  { text-decoration:none; color:#666666; font-size:11px; }
