@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #339933;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.testosemplice {
	font-family:arial, helvetica;
	font-size:12pt;
	font-weight:normal;
}

A:LINK {
	color : #00FF00;
	text-decoration: none
}

A:VISITED {
 color: #00CC33;
 text-decoration: none
}

A:HOVER {
 color : Red;
 text-decoration : none;
}

A:ACTIVE {
 color : Red;
 text-decoration: none;
}

.oneColFixCtrHdr #container {
	width: 780px;
	background: #339933;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #339933; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: auto;
	margin-bottom: 0;
	text-align: center;
	background:#000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
