
/* ===== user stuff ===== 
the code below specifies what to do (for the first block of code) that the "div" in the html document has a background color, a font color, a bottom border, the font size and height of the "div"

other attributes are margin-left, and right. width, padding, border, float*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
* {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }
  
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	/*background-image: url(../rdstyles/HomeBG.jpg);*/
	background-repeat:repeat-x;
 	text-align: center;
}
#homePage{
position:relative;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	width:1000px;
	height:100px;
	text-align: center;
}
.top{
position:relative;
	height:100px;
background-image:url(../rdstyles/MemberTop.jpg);
background-repeat:no-repeat;
}
.MemberTop{
position:relative;
	height:100px;
background-image:url(../rdstyles/MemberTop.jpg);
background-repeat:no-repeat;
}
.step1{
margin:0 auto;
position:relative;
background-repeat:no-repeat;
}
.step2{
position:relative;
height:1000px;
width:1000px;
background-image:url(../rdstyles/step3.jpg);
background-repeat:no-repeat;
/*border:dotted;*/
border-color:#00FF00;
}
.step22{
position:relative;
height:1000px;
width:1000px;
background-image:url(../rdstyles/step22.jpg);
background-repeat:no-repeat;
/*border:dotted;*/
border-color:#00FF00;
}
.step3{
position:relative;
height:600px;
width:1000px;
background-image:url(../rdstyles/step3.jpg);
background-repeat:no-repeat;
/*border:dotted;*/
border-color:#00FF00;

}
.login{
position:absolute;
width:370px;
left:530px;
top:45px;/*
border:dotted;*/
border-color:#FFFFFF;
}
.SS{
position:relative;
width:600px;
left:-150px;
/*border:dotted;
*/border-color:#FF0000;
}
.topBanner{
margin:0px 0px 10px 0px;
}

.info{
margin:auto;
position:absolute;
text-align:center;
top:510px;
left:80px;/*
border:dotted;*/
border-color:#FFFFFF;
}
.info a{
text-decoration:none;
}
.info img{
margin:10px 20px 10px 20px;
}
.banners img{
margin:10px 20px 10px 20px;
}
.bottom{
position:relative;
height:80px;
width:1000px;
background-image:url(../rdstyles/bottom.jpg);
}
.bottom a{
color:#FFFFFF;
text-decoration:underline;
}
.twitter{
position:relative;
top:-30px;
}
.hmlinks{
text-decoration:none;
color:#FFFFFF;
}



