body {
	margin: 5px 5px 5px 5px;
	background-color: white;
	background: url('bg.gif');
}

#leftc {
	position: absolute;
	left: 1%;
	width: 37%;
	top: 5%;
	background: white;
}

#centerc {
	position: absolute;
	left: 39%;
	width: 22%;
	top: 3%;
	background: white;
}

#rightc {
	position: absolute;
	left: 62%;
	width: 37%;
	top: 1%;
	background: white;
}

#rightc, #centerc, #leftc {
	border: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
	
p {
	margin: 10px 10px 10px 10px;
	font-size: 13px;
}

h1 {
	margin: 10px 10px 10px 10px;
	font-size: 28px;
}

.niceinput {
	border: 1px solid black;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-size: 16px;
}

textarea {
	border: 1px solid black;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	font-weight: bold;
}
