
/* LAYOUT STYLING */

body{
	margin:40px; 
	background:#ededed;
}
#myobject { 
	outline:none; 
}
#myobject {
	-moz-outline-style: none;
} 


