I have enclosed the entire website within a div with the ID container. The CSS styling for the container is as follows:
#container {
width: 960px;
background: #FFFFFF;
margin: 0 auto;
border: 1px solid #000000;
text-align: left;
}
However, the issue I am facing is that the background is limited to 960px. I am looking to exclude the background from this restriction and allow it to fill the entire screen by repeating it on the x-axis.