* {
	font-family: Calibri, Tahoma, Arial;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
  text-align:center;
  margin: 0px;
  background-color: #ffffff;
  border: 0px #000000 solid;
}

IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

TABLE {
	border:0px;
	border-collapse: collapse;
	border-spacing: 0;
}

TD, DIV {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border:0px #00e500 solid;
}



A {
	color: #ffffff;
	text-decoration: underline;
}

A.lilac {
	color: #872271;
	text-decoration: underline;
}
A.lilac:hover {
	color: #9e2c85;
}



.DOCUMENT_CONTENT {
	width: 100%;
	align: center;
}

.DEVELOP_BY_IQ {
	position:absolute;
	top: 75px;
	right: 0px;
}

.DEVELOP_BY_IQ DIV, SPAN {
	float:left;
}

.DEVELOP_BY_IQ SPAN {
	margin-top: 7px;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 10px;
}

.DEVELOP_BY_IQ SPAN A {
	color: #46c3d4;
	text-decoration: underline;
	font-family: Tahoma, Arial;
	font-size: 10px;
}




.main-bg {
	background: url('/img/main.jpg') center center no-repeat;
	width: 900px;
	height: 550px;
}

.top_glow, .right-glow, .bottom_glow, .left-glow{
	filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.top_glow {
	width: 900px;
	height: 28px;
	background: url('/img/top_glow.png') center bottom no-repeat;
}

.right-glow {
	background: url('/img/right_glow.png') left center no-repeat;
	width: 28px;
	height: 606px;
	float: left;
}

.bottom_glow {
	width: 900px;
	height: 23px;
	background: url('/img/bottom_glow.png') center top no-repeat;
	border: 0px #000000 solid;

}

.left-glow {
	background: url('/img/left_glow.png') right center no-repeat;
	width: 28px;
	height: 606px;
	float: left;
}
