@charset "ISO-8859-1";
body {
	background-attachment: fixed;
	background-image: url(/local/images/BrikBrak128/tangelo128.jpg);
	background-repeat: repeat;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#container #leftMargin {
	width: 130px;
	display: inline;
	float: left;
	background-color: #321900;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container #mainContent {
	margin-left: 170px;
	background-color: #321900;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container #footer {
	clear: both;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 30px;
}
#container #divBody {
	background-image: url(../images/repeat.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
#container #header {
	text-align: center;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
	padding-top: 0px;
	margin: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

