
* {margin:0; padding:0;}

html, body, #wrap{height:100%}

body > #wrap {height:auto; min-height:100%}

#main{padding-bottom:50px;}/*must be same as the footer*/

#footer{
position:relative;
margin-top:-50px;/*negative value of the footer heigth*/
height:50px;
clear:both;
}

/*Clear Fix*/
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{
display:inline-block;
}
/*Hides from IE-Mac*/
*html.clearfix{
height:1%;
}
.clearfix{
display:block;
}
/*End hide from IE-Mac*/

#de_open_new_message img{
	position:relative;
	left:12px;
}


#de_live_chat img{
	position:relative;
	left:-32px;
}
#de_live_chat a{
	position:relative;
	top:-20px;
	white-space:nowrap;
	
	*left:-26px;
	*top:-2px;
}

#content .apply_de{
	background:url(images/apply_bg.jpg) no-repeat -23px bottom;
}