/* styling for body element */
body { 
	margin:0;
	background-color:#fff;
	padding:0 0 50px 0;
}

/* remove ugly system borders links */
a img 	{ 	border:0 }
a:active { 	outline:none; }
:focus   { -moz-outline-style:none; }
