/* CSS Document */


a{
	outline: none;
	text-decoration: none;
	color: #31302C;
	}

a:hover,
a.active{
	color: #99cc33	;

}

body{
	background: url(../img/bg.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
}

/* ------------------- Content Box Main ---------------- */

#logoBoxMain{
	position: relative;
	left: 0px;
	top: 220px;
	width: 214px;
	height: 171px;

}

#contentBoxMain{
	position: relative;
	left: 1px;
	top: 200px;
	width: 190px;
	height: 80px;
	font-family: verdana, arial, sanserif;;
	font-size: 9;
	font-weight: light;
	letter-spacing: 0.26em;
	text-align: center;
}

/* ------------------- FOOTER ------------------------ */
#footer{
	position: absolute;
	left: 1px;
	bottom: 4px;
	z-index: 2;
	width: 98%;
	border: 0px;
}

#copyrightTypo{
	font-family: verdana, arial, sanserif;;
	font-size: 9;
	font-weight: light;
	letter-spacing: 0.1em;
	color: #999999;
	z-index: 0;
}

#developersTypo{
	font-family: verdana, arial, sanserif;;
	font-size: 9;
	font-weight: light;
	letter-spacing: 0.1em;
	color: #999999;
	z-index: 0;
}

/* ------------------- FOOTER --- End --------------- */
