.main {
	font-family: "Century Gothic", "Gill Sans Light", Verdana;
	font-size: 12px;
	color: #666666;
	padding: 10px;
	text-align: justify;
	border: #CCCCCC;
	background-color: #FFFFFF;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.line {
	border: 1px solid #CCCCCC;
}
.whiteline {
	border-top: 1px #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

