/*
Theme Name: cPod
Author: Justine
Author URI: http://zkdesigns.celebfans.org/
*/

body {
      background-image:url(images/bg.png);
      background-repeat:repeat;
	  margin:0px;
	  font-family:arial;
	  font-size:11px;
	  color:#464545;
	  width:100%;
	  height:624px;
	 } 

table { 
      position:absolute;
      margin-left:0;
      text-align:left; 
      } 	
	  
#content {
          width:594px;
          float:left;
         }

#sidebar {
          width:206px;
          float:right;
		  background-image:url(images/bgg.png);
		  background-repeat:no-repeat;
		  height:624px;
		  text-align:justify;
         }
		 	
strong { 
        color:#D93E1D;
	   }	
	   
em { 
    color:#E9C801;
   }
   
a:link, a:active, a:visited {
                             color: #D93E1D;
                             text-decoration: none;
                          	}
a:hover {
         color: #E9C801;
	     text-decoration: none;
         cursor:hand;
        }	   