/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */

body{
margin: 0;
padding: 0;
background: url(http://ultracaossthlm.se/back.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: #333;
/* This next one is for IE6 */
background-attachment: fixed;

}

a{color: #000000;}
a:hover {color: #000000;}

#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2{color: #000000;}
#sidebar ul.categories li a{color: #000000;}

#footer {padding-bottom:20px; margin-bottom: 0px;}
#footer h2 {color:#222222;}
#footer .footerList li ul li a {color:#666666;}
#footer .copyright span {color:#000000;}
#footer .copyright {color:#000000;}

#footer .copyright a{color: #000000;}


