#fullwidth_content {
    background-image: url(../images/content-background.png);
    background-repeat: repeat;

    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    -webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;

	float: left;
	clear: both;

	width: 960px;
}