body {
    background-image: url("../images/index/bg.gif");
    background-repeat: repeat-x;
    background-color: #4AA173;
}
body#inside {
 	background-image: url("../images/sub/bg.gif");
    background-repeat: repeat-x;
    background-color: #4AA173;
}
body#contact {
 	background-image: url("../images/sub/bg.gif");
    background-repeat: repeat-x;
    background-color: #4AA173;
}

.textMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textMain-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.textMain-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #339966;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:active {
	color: #D9DECF;
	text-decoration: underline;
}
a.footer:hover {
	color: #D9DECF;
	text-decoration: underline;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #468E5F;
	text-decoration: underline;
}
a:active {
	color: #63B07E;
	text-decoration: underline;
}
a:hover {
	color: #63B07E;
	text-decoration: underline;
}
a:link {
	color: #468E5F;
	text-decoration: underline;
}

#btn-contact a{
	background: url("../images/btn-contact.jpg") no-repeat;
	width: 202px;
	height: 100px;
	display: block;
}

#btn-contact a:hover{
	background: url("../images/btn-contact.jpg") -203px 0px no-repeat;
	width: 202px;
	height: 100px;
	display: block;
}

#btn-fb {
	display:block;
	text-indent:-9999px;
	width:197px;
	height:62px;
	margin:20px 0 0 28px;
	background: url("../images/facebook.jpg") no-repeat;
}