body {
	font: 13px georgia, sans-serif;
	background-color:  #8CADA5;
	color: #000000;
	background-image: url('bg.jpg');
	text-align:justify;
	margin: 0px;
}

div#layout {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 550px;
	margin:0px;
}

div#content {     
	position: absolute;
	width: 450px;
	top: 430px;
	left: 50px;
	padding: 7px;
	z-index: 2;
}

a:link  {
	font-weight:  bold;
  	color:#000000;
}

a:visited {
	font-weight:  bold;
	color:#6A5666;
}

a:hover {
	font-weight: bold;
	color:#4C7965;
	text-decoration: underline;
}

a:active {
	font-weight:  bold;
	color:#4C7965;
}

a {
text-decoration: none;
} 

input, textarea, option, select {
	background-color: transparent;
	font: 10px verdana,arial,helvetica, sans-serif;
	color: #000000;
	letter-spacing: 1px;
	border: 1px solid #000000;
	padding:1px; }



