Forum Moderators: not2easy
Header
-------------------------------------------------- */
.h_left { float:none; position:relative; background:none; }
h1.logo { position: relative; display: block; font-size:18px; padding:28px 0 20px 20px; border-bottom:none; }
.logo span { width: 100%; height: 100%; position:absolute; bottom:0; left:0; }
.logo span, .logo span a {background:url(2-red/logo.png) no-repeat; }
.logo span a { display:block; background:url(2-red/logo.png) no-repeat; cursor:pointer; }
.logo a:hover { text-decoration:none; color:#a83a01; }
/*=== Logo Spot ===*/
#header .blog-title{ padding:25px 0 0 0; }
#header .blog-title a { color:#e3c273; font:normal 32px Georgia; text-transform:uppercase; text-decoration:none; padding:10px 15px }
#header .blog-title a:hover{ text-decoration:none; color:#fff; background:none }
#header h1.logo { text-decoration:none; border:none }
#header h1.logo a:hover{ background:none; color:#fff; }
#header h1.logo { margin:28px 0 20px 0; padding:0; text-align: center; }
#header p.slogan { float:none; margin:28px 0 0 10px; font:italic 18px Georgia, "Times New Roman", Times, serif; padding:6px 0 6px 25px; color:#979797; background:url(2-red/slogan_bg.png) no-repeat left; }
body {
width: 950px;
height: 600px;
margin: 0 auto;
background: #fff url(path to non-tiled image) no-repeat center scroll;
}
Change parameters as you need. Set "#fff" to background color you want. Set "scroll" to "fixed" if you want page contents to scroll over background image. CSS was given for an image that does not tile.