html {
	background:#fff url(../images/en/app/bg.jpg) repeat-x;
}

body {
	padding-bottom:30px;
}

.clear:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:1px;
}

/* -- FIX FOR IE7 -- */
.clear {
	display:inline-block;
}
.clear {
	display:block;
}

a {
	text-decoration:none;
}
a:link, a:visited {
	color:#333333;
}


.hideFromIE {
	visibility: hidden;
}