/* CSS Document */

body{
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#D9D9D9;
	font-family:Century Gothic;
	color:#010101;
	font-size:13px;
	font-style:normal;
    font-weight:normal;
/*	margin:0px;
	padding:0px;
	line-height:1.4em;*/
}
a:link {
	color:#010101;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
}
a:hover{
		color:#010101;
}
.CLIENTS{
	color:#ffffff;
}
.openings{
	color:#646566;
}
.footerfont{
	color:#010101;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}