div.container {
	background: transparent;
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

div.containerPart {
	clear: none;
}

div.containerFull {
	clear: both;
	width: 100%;
}