@charset "utf-8";
/* CSS Document */
html,body {margin:0;padding:0;height:100%;font-family:Arial, Helvetica, sans-serif;}
body{ background:#303030 url(images/body-bg.png) repeat-x top left; height:auto !important; height:100%;min-height:100%;}

#container{position:relative; margin:0 auto; width:100%; }
#content_row {width:100%; width:780px; margin:0 auto;}

#logo{ height:70px; text-align:center; padding-top:60px; padding-bottom:0px;}
#kx{ height:613px; width:780px; background:url(images/kx.png) no-repeat; text-align:center;  position:relative; }

p{font-size:12px; line-height:30px; color:#CCC;}
span{font-size:24px;}

a{ color:#CCCCCC; font-size:12px; text-decoration:none;}
a:hover{ color:#FFF; font-size:12px; text-decoration:none;}

div#footer{position:absolute; bottom:0; width:100%;text-align:center; background:url(images/footer-bg.png) repeat-x 0 0; height:25px; padding-top:5px; color:#616161; font-size:11px;}

