/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	background-repeat: repeat-x;
	background-color: #040404;
	background-image: url(../images/bgsand.jpg);
}

img, div, td { 
behavior: url(styles/iepngfix.htc)
 }

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.footer_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4a84ff;
	font-weight: 400;
	text-transform: uppercase;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0696ce;
	font-weight: normal;
}

img {
	border: 0px;
}

hr{
	border: 0;
  	width: 100%;
	color: #c90060;
	background-color: #0b6f99;
	height: 1px;
	margin-top: 0.2em;
	margin-bottom: 0.3em
}

a, a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: regular;
	color: #99007a;
}

a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: regular;
	color: #f52652;
}

#footer{
	z-index: 0;
	width: 100%;
	height: 65px;
	background-repeat: repeat-x;
	background-color:#000;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
	color: #fff;
	text-align: left;
	filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.95;

}

body > #footer{

	width: 100%;
	height: 65px;
	bottom: 0;
	right: 0;
	left: 0; 
	position:fixed;
	color: #000;
	text-align: left;
	border-top: 0px solid #111111;

} 




