html{
	font-size:100.01%;
}


.iePNG, IMG { filter:expression(fixPNG(this)); }

.iePNG A { position: relative; }

body {
	background:#000000;
	color:#ffffff;
	margin:0 auto;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
}

.text {
	font-size:0.7em;
	text-align:justify;
	line-height:150%;
}

p {
margin:0 auto;
}

#bg {
	margin:0 auto;
	height:700px;
	width:1020px;
	background:#000000 url(/images/home_bg.jpg) no-repeat;
	border:0px solid red;	
	text-align:center;
}

#content {
	position:relative;
	top:0px;
	left:0px;
	border:0px solid red;
	height:700px;
	width:1020px;
}


#link1 {
	position:absolute;
	height:18px;
	width:130px;
	top:310px;
	left:413px;
	margin:0 auto;
}

#link2 {
	position:absolute;;
	height:18px;
	width:130px;
	left:414px;
	top:451px;
	margin:0 auto;
}

#rights {
	position:relative;
	top:585px;
	left:255px;
	margin:0 auto;
}

#logo {
	position:absolute;
	top:70px;
	left:76px;
	
	width:156px;
	height:131px;
}


#help_btn
    {
    position:relative;
    height:16px; /* +3px - padding-top*/
    width:40px;
    top:-670px;
    left:445px;
    margin:0 auto;
    background-image:url(/images/ab_help_btn.jpg);
    background-repeat: no-repeat;
    font-size:9px;
    color:white;
    font-family:arial;
    padding-top:3px;
    
}

#help_btn a {
    color:white;
    text-decoration:none;
    margin-top:5px;
}

