@charset "utf-8";
/* CSS Document */

/* Wall papers */
/* Retro One */
div#wall.retro_stripes {
background: url(../img/wallpaper1.png) repeat-x;	
}

div#wall_background.retro_stripes {
background: url(../img/wallpaper_retro_stripes.png) no-repeat;
}

div#wall_background.blood_red {
background: url(../img/wallpaper_retro_stripes_blood_red.png) no-repeat;
}

/* Blood Red */
div#wall.blood_red {
background: url(../img/wallpaper2.png) repeat-x;	
}

/* Stripey */
div#wall.stripey {
background: url(../img/wallpaper3.png) repeat-x center;	
}

/* */
div#wall.test {
background: url(../img/wallpaper4.png) repeat-x center;	
}