Помогите пожалуйста.
Короче, как можно сделать чтоб было два фона, один был в верху (как на скрине), а второй заполнял всё что белое (весь белый наз срина)???
Вот часть CCS которая должна отвечать за это :
Quote
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
html {margin:0;padding:0;background: url(http://niki4.moy.su/images/MV-Creativeq.jpg) no-repeat 50% 0px;color:#333;font:normal normal normal 12px/1.5 "Trebuchet MS", Tahoma, Geneva, sans-serif;}
, body { background: url("http://niki4.moy.su/images/background.png"); }
body { font-size: .75em; font-family: Arial, Helvetica, sans-serif; background: url("http://niki4.moy.su/images/header_bg.png") repeat-x center top; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear {clear: both; margin: 0; padding: 0; }
a { text-decoration: none; color: #0167ab; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { font-weight:lighter; padding-bottom: 5px; color: #2d2d2d; line-height: 1em; font-family: Century Gothic, sans-serif; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #2d2d2d; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 10px; line-height: 69px; }
strong { font-weight: bold; color: #1c1c1c; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}
blockquote { margin: 2px 0 13px 60px; color: #9e9e9e; font-style: italic; font-size: 16px; font-family: Georgia, serif; }
blockquote p { padding: 0px 0px 0px 20px; background: url("/images/blockquote.png") no-repeat left 3px; }
input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }
img#about-image { float: left; margin: 3px 8px 8px 0px; }
Заполнять белое должна эта картинка (Растянуть):
Заранее благодарю.
[/spoiler]