/* styling for body element */
#wrap { 
	text-align:center;
	width:700px;
	margin:100px auto;
}

/* remove ugly system borders links */
a img 	{ 	border:0 }
a:active { 	outline:none; }
:focus   { -moz-outline-style:none; }

