@charset "utf-8";
/* gallerylinksstylesheet */

/* Body text and page background */
body{
   background-color: #fff;
   outline:none;
    }
	
	


#wrapper{ 
   width:40em;
  /* Put 10px margin above the wrapper */ 
  /* Set right and left to auto for centering */ 
  margin:25px auto; 
 
} 

#leftcolumn{
float:left;

}

#rightcolumn{

float:right;

}

a{
outline:none;
}


