body { 
	background:url('../images/login/bg.jpg') #faf9f9 repeat-x; background-position:100% 0px;
	font-family:arial,helvetica,sans-serif; margin:0px; font-size:12px; color:#000000;
}

img { border:0px; }

#container { margin:0px 0px;  background-position:50% 0; overflow:hidden; }

#content { width:1100px; overflow:hidden; margin:0px auto; text-align:center;  }

#content_top { width:1100px; height:104px; position:relative; }

#content_mid { 
	width:1025px; height:452px; margin-left: auto;
	margin-right: auto;
	background:url('../images/login/whitebg.jpg');
	overflow:hidden;
}

#content_bot { width:1100px; height:145px; position:relative; }

#logo {
    width:105px;
    top:23px;
    left:55px;
    z-index:8;
    position:absolute;
}

#wsdtext {
	width:403px;
    top:35px;
    left:170px;
    z-index:3;
    position:absolute;
    }
	
#email {

    top:71px;
    left:820px;
    z-index:4;
    position:absolute;
    font-family: Rockwell;
    font-size: 13px;
    }
    
#icons {
    top:62px;
    left:993px;
    z-index:5;
    position:absolute;
  
    }


#footer {
	top:5px;
	left: 350px;
	z-index:6;
	position:absolute;
	font-family: Rockwell;
	font-size: 14px;
}
 
a { color:#cccccc;
	text-decoration: none;
}

a:hover, a:active { color:#666666;
	text-decoration: underline;
}

#ftr {
	top:67px;
	left: 400px;
	z-index:7;
	position:absolute;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

p.one { 
	margin-top: 45px;
	font-size:26px; 
	font-family: Rockwell;
	color:#ff9900;
}

p.two { 
	font-family: Verdana;
	font-size:16px;
	font-weight: bold; 
	color:#333333; 
}

p.three { 
	font-family: Verdana;
	font-size:12px; 
	color:#333333; 
	text-align: left;
	margin-left: 87px;
	margin-right: 93px;
}

.dn { font-weight:bold; font-size:28px; text-transform:lowercase; }

a.fb { width:31px; height:31px; display:block; float:left; background:url('../images/login/fb_off.png'); }
a.fb:hover, a.fb:active { width:31px; height:31px; display:block; float:left; background:url('../images/login/fb_on.png'); }

a.rss { width:31px; height:31px; display:block; float:left; background:url('../images/login/rss_off.png'); margin-left:3px; }
a.rss:hover, a.rss:active { width:31px; height:31px; display:block; float:left; background:url('../images/login/rss_on.png'); margin-left:3px; }

a.fb b, a.rss b { display:none; }

