* {
	margin: 0;
	padding: 0;	
}
body{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, 'sans-serif';
}

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

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

img{
 vertical-align: top;   
}
a:active, a:selected, a:visited { 
    border: none;
    outline: none;
}
a img{
	border: none;
}
p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/*  
Clearfix
*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}